WordExpress
WordExpress copied to clipboard
Error: Chunk.entry was removed. Use hasRuntime()
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
+1