Skip to content

Commit

Permalink
Update webpack config to support SSR (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkajla12 authored Oct 5, 2021
1 parent 04b98a9 commit 468f0be
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 @@ -31,6 +31,7 @@ module.exports = env => {

filename: "index.js",
path: path.resolve(__dirname, "dist"),
globalObject: "this",
},
}
};

0 comments on commit 468f0be

Please sign in to comment.