Remove usage of fs module because it does not work in browser

This commit is contained in:
Chris Clark
2015-08-27 17:47:57 -07:00
parent 30d5134394
commit e343f3beb8
3 changed files with 68 additions and 31 deletions

View File

@@ -21,6 +21,9 @@ function webpackConfig(extension, overrides) {
path: './build/',
filename: ['ripple-', extension].join(pkg.version)
},
node: {
console: true
},
module: {
loaders: [{
test: /\.js$/,