Skip to content

Instantly share code, notes, and snippets.

@halhenke
Created April 3, 2015 09:04
Show Gist options
  • Save halhenke/bb4daedb74bd404a667a to your computer and use it in GitHub Desktop.
Save halhenke/bb4daedb74bd404a667a to your computer and use it in GitHub Desktop.
Add to webpack.config.js when you get the error: "Module not found: Error: Cannot resolve module 'fs'" See https://github.com/webpack/jade-loader/issues/8
node: {
fs: "empty"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment