-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack throw erorr about 'fs' module #9
Comments
Seems similar to pugjs/pug-loader#8 (comment) - try adding
to your webpack config |
I had this problem with webpack, but I solved adding:
to my webpack.config.js as described here |
…`node: { fs: 'empty' }, target: 'node'` to webpack config josephsavona/valuable#9 zaach/jsonlint#57
I'm still receiving the fs module error after adding target: 'node' and node: {fs: 'empty'}, any other ideas? |
I'm no longer maintaining this repository. I'd suggest alternate approaches to state management - Redux is great, I'm less familiar w Mobx but it is conceptually closer to valuable. |
Don't target: 'node' AND node: {fs: 'empty'} |
i am facing this issue during building through dev.js. can anyone sugegst the solution. WARNING in ./ ERROR in ./ ERROR in ./ ERROR in ./ ERROR in ./ ERROR in ./ |
I found my answer for such issues here : |
while building with webpack, I'm getting this error:
it happens even if I just call:
using the latest version: 0.3.2
for what its worth, this is my webpack.config.js file
The text was updated successfully, but these errors were encountered: