Merge pull request #1620 from c089/prevent-loading-fs-module-in-browser

prevent loading the the `fs` module in the browser
This commit is contained in:
Juriy Zaytsev 2014-08-26 12:14:17 +02:00
commit 307dcb3ebf

View file

@ -16,6 +16,7 @@
],
"browser" : {
"canvas" : false,
"fs": false,
"jsdom": false,
"xmldom": false
},