We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run startdev returns the error
npm run startdev
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.
extract-text-webpack-plugin
Temporarily fix it by manually installing the latest npm install extract-text-webpack-plugin@latest
npm install extract-text-webpack-plugin@latest
The text was updated successfully, but these errors were encountered:
Update extract-text-webpack-plugin
c7e50eb
Required for compatibility with Webpack 2.x See ramsaylanier#38
+1
Sorry, something went wrong.
No branches or pull requests
npm run startdev
returns the errorThe 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
The text was updated successfully, but these errors were encountered: