We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748ce7e commit 7130bebCopy full SHA for 7130beb
webpack.config.cjs
@@ -39,6 +39,8 @@ module.exports = {
39
new HtmlWebpackPlugin({
40
template: './public/index.html',
41
filename: 'index.html',
42
+ inject: 'body',
43
+ scriptLoading: 'defer',
44
}),
45
new CopyWebpackPlugin({
46
patterns: [{ from: 'public/*.{ico,svg,json,txt}', to: '[name][ext]' }],
0 commit comments