Storytel / react-redux-spinner

An automatic spinner for react and redux
https://storytel.github.io/react-redux-spinner/
MIT License
81 stars 13 forks source link

Does this work without using Webpack in your main application? #5

Closed njj closed 7 years ago

njj commented 7 years ago

I'm getting an error when the library is trying to load a css module:

Browserify Error { [Error: Cannot find module '!!./../css-loader/index.js!./nprogress.css' from /node_modules/react-redux-spinner/dist']

noseglid commented 7 years ago

No, you need webpack for now. I'll keep this issue open to possibly change that. Will require some changes in the build/publish process.