Skip to content

Commit

Permalink
Merge pull request #344 from microbit-matt-hillsdon/minimal-ssr-fix
Browse files Browse the repository at this point in the history
Minimal SSR fix.
  • Loading branch information
piotr-s-brainhub authored Mar 18, 2020
2 parents a8f65f9 + d2aa152 commit 710eab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
libraryTarget: 'umd',
path: path.resolve(__dirname, 'lib'),
umdNamedDefine: true,
globalObject: 'this',
},
plugins: [
new UglifyJsPlugin({
Expand Down

0 comments on commit 710eab6

Please sign in to comment.