import-glob-loader icon indicating copy to clipboard operation
import-glob-loader copied to clipboard

Update readme for webpack 2 config

Open intelcoder opened this issue 8 years ago • 4 comments

{
          test: /\.scss/,
          enforce: "pre",
          loader: 'import-glob-loader'
 }

intelcoder avatar Feb 20 '17 23:02 intelcoder

Thanks for this. The Readme has not been edited yet.

flaviotulino avatar May 23 '17 08:05 flaviotulino

thank you a lot :)

aneurysmjs avatar Jul 20 '17 06:07 aneurysmjs

I'm having trouble getting it to work with VueJS Webpack template, any ideas?

adi518 avatar Aug 04 '17 22:08 adi518

Hey, I can not figure out how it should work in case of pipeline? ( loader: 'style!css!sass' )

pashtet86 avatar Oct 02 '17 09:10 pashtet86