server-side-rendering-with-create-react-app
server-side-rendering-with-create-react-app copied to clipboard
SSR- not Build
@mauricedb
When i try to run npm run ssr in terminal i got this error ::
Error: Plugin could not be registered at 'html-webpack-plugin-before-html-processing'. Hook was not found. BREAKING CHANGE: There need to exist a hook at 'this.hooks'. To create a compatibility layer for this hook, hook into 'this._pluginCompat'. at Compilation.plugin (/home/dev/Music/Gometoo/gometoo-app/node_modules/webpack/node_modules/tapable/lib/Tapable.js:69:9)
my package.json have "ssr": "cross-env NODE_ENV=production webpack --config ./webpack.ssr.config.js"