Open jeanbza opened 7 years ago
I'll try to fix the files uploaded to npm so they don't import fs
(this dependency comes from babel-core
). But in the meantime you can get unstuck by adding the following to your webpack config:
node: {
fs: 'empty',
net: 'empty',
module: 'empty'
}