ignore-loader
ignore-loader copied to clipboard
exclude list of files/directories
Is a [] list supported? I want to exclude multiple file sources
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?
i got what i wanted using a different rule. full solution here https://github.com/ridhwaans/homehost/blob/master/client/webpack.config.js