remove vertx from Webpack config (#4576)
This commit is contained in:
parent
b825c8e074
commit
7d890c0687
@ -48,8 +48,7 @@ module.exports = {
|
||||
umdNamedDefine: true
|
||||
},
|
||||
externals: {
|
||||
'node-fetch': 'node-fetch',
|
||||
'vertx': 'vertx'
|
||||
'node-fetch': 'node-fetch'
|
||||
},
|
||||
module: {
|
||||
noParse: [
|
||||
|
Loading…
Reference in New Issue
Block a user