Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge d2b9d70 into d64c9ca
Browse files Browse the repository at this point in the history
  • Loading branch information
akanass committed Jun 3, 2019
2 parents d64c9ca + d2b9d70 commit 7f628ec
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,17 +442,7 @@ module.exports = {
minimize: false
},
externals: [
/(node_modules)/,
{
// Temporary Fix for issue: https://github.com/ethanent/centra/pull/2
// to prevent unknown module when executing SSR
// You have to install it until fix is merged
// npm i centra
centra: {
commonjs: 'centra',
root: 'centra'
}
}
/(node_modules)/
],
output: {
path: path.join(__dirname, 'dist'),
Expand Down

0 comments on commit 7f628ec

Please sign in to comment.