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
Getting this error for all of the build commands:
ERROR in StyleExtHtmlWebpackPluginError: StyleExtHtmlWebpackPlugin: could not find Extr actTextWebpackPlugin's generated .css file; available files: './apple-touch-ic on-114x114.png,./apple-touch-icon-120x120.png,./apple-touch-icon-144x144.png,. /apple-touch-icon-152x152.png,./apple-touch-icon-180x180.png,./apple-touch-ico n-57x57.png,./apple-touch-icon-60x60.png,./apple-touch-icon-72x72.png,./apple- touch-icon-76x76.png,./img/launcher-icon-1x.png,./img/launcher-icon-2x.png,./i mg/launcher-icon-4x.png,app-4617fcb7479739423ea1.js,app-4617fcb7479739423ea1.j s.map'
Went through the entire setup process as described in the Readme
Ed: Works fine when I comment out
plugins.push(new StyleExtHtmlWebpackPlugin()); // at line 70, webpack/plugins/config.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this error for all of the build commands:
ERROR in StyleExtHtmlWebpackPluginError: StyleExtHtmlWebpackPlugin: could not find Extr actTextWebpackPlugin's generated .css file; available files: './apple-touch-ic on-114x114.png,./apple-touch-icon-120x120.png,./apple-touch-icon-144x144.png,. /apple-touch-icon-152x152.png,./apple-touch-icon-180x180.png,./apple-touch-ico n-57x57.png,./apple-touch-icon-60x60.png,./apple-touch-icon-72x72.png,./apple- touch-icon-76x76.png,./img/launcher-icon-1x.png,./img/launcher-icon-2x.png,./i mg/launcher-icon-4x.png,app-4617fcb7479739423ea1.js,app-4617fcb7479739423ea1.j s.map'
Went through the entire setup process as described in the Readme
Ed: Works fine when I comment out
The text was updated successfully, but these errors were encountered: