server-side-rendering-with-create-react-app icon indicating copy to clipboard operation
server-side-rendering-with-create-react-app copied to clipboard

SSR- not Build

Open yogeshR5 opened this issue 6 years ago • 1 comments

@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"

yogeshR5 avatar Nov 13 '18 12:11 yogeshR5