Skip to content

Commit

Permalink
FIX (ssr) [#66]: incompatible with SSR, test with target node closes #66
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 15, 2020
1 parent e1a882d commit 68fbbf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
umdNamedDefine: true,
globalObject: 'this'
},
target: 'node',
optimization: {
minimizer: [
new TerserPlugin({
Expand Down

0 comments on commit 68fbbf8

Please sign in to comment.