-
Notifications
You must be signed in to change notification settings - Fork 114
Cannot resolve module 'fs' #8
Copy link
Copy link
Closed
Description
Hey there, thanks for the loader,
I get the following warning when running Webpack with this loader.
WARNING in ./~/jade/lib/runtime.js
Module not found: Error: Cannot resolve module 'fs' in /Users/Username/Dev/www/project/node_modules/jade/lib
@ ./~/jade/lib/runtime.js 180:18-31I think found a possible solution which I think you actually gave @sokra. https://gitter.im/webpack/webpack/archives/2014/08/26 looks like you need to add
"browser": { "fs": false }
https://github.com/kangax/fabric.js/blob/master/package.json#L17-L21
Could be alos that I screwed something up, thanks in advance for any help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels