Skip to content
Snippets Groups Projects
Commit 53fcfa65 authored by Nicolas Gotchac's avatar Nicolas Gotchac Committed by Jaco Greeff
Browse files

Fix parity.js badly built (#3526)

parent d870b716
Branches
No related merge requests found
......@@ -26,7 +26,6 @@ const DEST = process.env.BUILD_DEST || '.build';
module.exports = {
context: path.join(__dirname, './src'),
target: 'node',
entry: {
// library
'inject': ['./web3.js'],
......@@ -39,14 +38,7 @@ module.exports = {
library: '[name].js',
libraryTarget: 'umd'
},
externals: {
'node-fetch': 'node-fetch',
'vertx': 'vertx'
},
module: {
noParse: [
/babel-polyfill/
],
loaders: [
{
test: /\.js$/,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment