Skip to content

Commit

Permalink
Externalize encoding, keyv
Browse files Browse the repository at this point in the history
  • Loading branch information
forabi committed Sep 9, 2018
1 parent b8c3887 commit f6fa087
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/webpack/webpack.config.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ const serverSpecificConfig = {

devtool: false,

externals: ['express', 'http-proxy-middleware', 'helmet', 'aws-sdk'],
externals: [
'express',
'http-proxy-middleware',
'helmet',
'aws-sdk',
'encoding',
'keyv',
],

optimization: {
minimizer: [
Expand Down

0 comments on commit f6fa087

Please sign in to comment.