import-glob-loader
import-glob-loader copied to clipboard
Update readme for webpack 2 config
{
test: /\.scss/,
enforce: "pre",
loader: 'import-glob-loader'
}
Thanks for this. The Readme has not been edited yet.
thank you a lot :)
I'm having trouble getting it to work with VueJS Webpack template, any ideas?
Hey, I can not figure out how it should work in case of pipeline? ( loader: 'style!css!sass' )