Skip to content

Commit

Permalink
build(bin): fix webpack externals for node target (peer deps only)
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 22, 2019
1 parent 6c94455 commit 10b1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ webpackConfigList.push({
...webpackOutput,
filename: webpackOutput.filename.replace('.js', '.node.js')
},
externals: /^(@babel\/runtime|core-js|@ecomplus\/utils|axios)/i
externals: /^(@ecomplus\/utils|axios)/i
})

webpack(webpackConfigList, (err, stats) => {
Expand Down

0 comments on commit 10b1166

Please sign in to comment.