mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-07 07:51:00 +00:00
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:
commit
307dcb3ebf
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
],
|
||||
"browser" : {
|
||||
"canvas" : false,
|
||||
"fs": false,
|
||||
"jsdom": false,
|
||||
"xmldom": false
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue