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

Commit dc6b794

Browse files
authored
Merge pull request #26 from hapinessjs/next
doc(readme): update doc after fix in centra
2 parents d64c9ca + d2b9d70 commit dc6b794

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,7 @@ module.exports = {
442442
minimize: false
443443
},
444444
externals: [
445-
/(node_modules)/,
446-
{
447-
// Temporary Fix for issue: https://github.com/ethanent/centra/pull/2
448-
// to prevent unknown module when executing SSR
449-
// You have to install it until fix is merged
450-
// npm i centra
451-
centra: {
452-
commonjs: 'centra',
453-
root: 'centra'
454-
}
455-
}
445+
/(node_modules)/
456446
],
457447
output: {
458448
path: path.join(__dirname, 'dist'),

0 commit comments

Comments
 (0)