Closed DanielRuf closed 5 years ago
It seems this loader does not produce much faster builds in the current webpack 4 version.
https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129808#L506 https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129809#L506
https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129171#L506 https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129172#L506
In fact there is only an advantage when someone falsely reimports files instead of importing them at the root or proper level. So I guess this is not an option for us.
Since fast-sass-loader optimizing building speed by deduping sass files, if your project has no duplicate sass files, just use sass-loader directly.
It seems this loader does not produce much faster builds in the current webpack 4 version.
https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129808#L506 https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129809#L506
https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129171#L506 https://travis-ci.com/DanielRuf/sass-loader-benchmark/jobs/180129172#L506
In fact there is only an advantage when someone falsely reimports files instead of importing them at the root or proper level. So I guess this is not an option for us.