-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: Expose all default loaders.options to config #169
Comments
For pre-processors that do not have built-in webpack config support, you will need to extend the internal webpack config. |
That's okay. But I need to adapt the sass-loader e.g. the includePaths . |
Cool, I thought about this before. someone may need this feature. |
Fixed at #178 |
Thanks! |
Setting the following has no effect for me: scss: {
includePaths: [nodeModules]
} @ulivz I transfered this from my own webpack config. nodeModules will be absolute resolved. Anything Iam not thinking off? BTW Iam trying to import a style.scss file in enhanceApp.js |
It would be nice to configure all default loaders e.g. sass-loader with vuepress config file. I would prefer the way that is implemented for the postcss-loader. It's easier than configure webpack through vuepress config file.
The text was updated successfully, but these errors were encountered: