mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
Remove usage of fs module because it does not work in browser
This commit is contained in:
@@ -21,6 +21,9 @@ function webpackConfig(extension, overrides) {
|
||||
path: './build/',
|
||||
filename: ['ripple-', extension].join(pkg.version)
|
||||
},
|
||||
node: {
|
||||
console: true
|
||||
},
|
||||
module: {
|
||||
loaders: [{
|
||||
test: /\.js$/,
|
||||
|
||||
Reference in New Issue
Block a user