You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #89 Fix inability to use scss loader with Vue.js (NiR-)
This PR was merged into the master branch.
Discussion
----------
Fix inability to use scss loader with Vue.js
Prior to this fix when the less loader isn't enabled, the scss loader config is rewritten by mistake, leading to this error:
> Module build failed: Error: Cannot process lang="less" inside src/js/Player.vue: the less-loader is not activated.
I also fix a functional test case for Vue.js. Actually, the tests check if the first error thrown by webpack is about missing less loader. But the fixtures needs these loaders in the following order: scss, sass and finally less. Since there's no other loader than the VueJs one loaded in this test case, errors should be in the same order.
Commits
-------
2165a54 Fix inability to use scss loader with Vue.js
0 commit comments