Skip to content

Commit

Permalink
fix ssr (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
eranh authored Mar 24, 2021
1 parent bb0c790 commit 34b0181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ module.exports = options => {
path: __dirname + "/dist/",
filename: "[name].js",
library: "monday-style",
libraryTarget: "umd"
libraryTarget: "umd",
globalObject: "this"
},
optimization: {
minimizer: [new TerserJSPlugin({}), new OptimizeCSSAssetsPlugin({})]
Expand Down

0 comments on commit 34b0181

Please sign in to comment.