Skip to content

Commit

Permalink
build(bin): fix webpack externals for node (ecomplus/utils,axios)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: ecomplus/utils still not shipped but is no more direct dep
  • Loading branch information
leomp12 committed Dec 22, 2019
1 parent ceca7f6 commit 4ef168c
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: /^(core-js|@ecomplus\/utils)/i
externals: /^(@ecomplus\/utils|axios)/i
})

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

0 comments on commit 4ef168c

Please sign in to comment.