uptick / react-keyed-file-browser

Folder based file browser given a flat keyed list of objects, powered by React.
MIT License
305 stars 145 forks source link

webpack.config.js uses both include and exclude #136

Closed oliverfoster closed 4 years ago

oliverfoster commented 4 years ago

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.