ignore-loader icon indicating copy to clipboard operation
ignore-loader copied to clipboard

exclude list of files/directories

Open ridhwaans opened this issue 6 years ago • 2 comments

Is a [] list supported? I want to exclude multiple file sources

ridhwaans avatar Mar 18 '18 01:03 ridhwaans

I think you can do that by modifying test: /\.(css|sass)$, or applying the rule multiple times? Can you show me your desired syntax of using this loader?

cherrry avatar Mar 24 '18 13:03 cherrry

i got what i wanted using a different rule. full solution here https://github.com/ridhwaans/homehost/blob/master/client/webpack.config.js

ridhwaans avatar Mar 24 '18 14:03 ridhwaans