npm run startdev returns the error
Error: Chunk.entry was removed. Use hasRuntime()
The version of extract-text-webpack-plugin is outdated and should be updated to 2.x (current is 2.1.2) in package.json's devDependencies.
Temporarily fix it by manually installing the latest
npm install extract-text-webpack-plugin@latest
npm run startdevreturns the errorThe version of
extract-text-webpack-pluginis outdated and should be updated to 2.x (current is 2.1.2) in package.json's devDependencies.Temporarily fix it by manually installing the latest
npm install extract-text-webpack-plugin@latest