-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
html-webpack-plugin Sometimes my template file index.html is not packaged into the dist directory, with a probability of 1/4 or 1/3, meaning it doesn't happen every time #1855
Comments
Please create reproducible test repo, I can't help only having screenshots |
webpack.base.config.js |
webpack.client.config.js // var BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin; const config = Object.assign({}, base, { const ExtractTextPlugin = require('extract-text-webpack-plugin');
} module.exports = config |
{ |
The directory structure can refer to Figure 1 |
@liminggezs Please use github to create a repo, it is not readable, thank you |
i used html-webpack-plugin Sometimes my template file index.html is not packaged into the dist directory, with a probability of 1/4 or 1/3, meaning it doesn't happen every time
The text was updated successfully, but these errors were encountered: