uptick/react-keyed-file-browser

webpack.config.js uses both include and exclude

Closed this issue · 0 comments

As the babel-loader is using an exclude of /node_modules/ it is impossible to work on this module whilst it's being used in another project.

Suggest switching to use the sass include directive.