fix webpack config
This commit is contained in:
parent
5596c636b7
commit
c2a6ba9570
|
|
@ -77,6 +77,7 @@ export default function (env?: Env): webpack.Configuration[] {
|
||||||
chunkFilename: isDev ? '[id].css' : '[id].[contenthash:7].css',
|
chunkFilename: isDev ? '[id].css' : '[id].[contenthash:7].css',
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
|
templateContent: '',
|
||||||
chunks: ['app'],
|
chunks: ['app'],
|
||||||
scriptLoading: 'blocking',
|
scriptLoading: 'blocking',
|
||||||
filename: 'app.twig',
|
filename: 'app.twig',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user