mirror of https://github.com/keeweb/keeweb
removed the runtime chunk
parent
acc60e6297
commit
bf2d72745a
|
@ -263,7 +263,7 @@ module.exports = function (grunt) {
|
|||
algo: 'sha512',
|
||||
expected: {
|
||||
style: 1,
|
||||
script: 2
|
||||
script: 1
|
||||
}
|
||||
},
|
||||
app: {
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="stylesheet" href="css/app.css?__inline=true" />
|
||||
<script src="js/app.js?__inline=true"></script>
|
||||
<script src="js/runtime.js?__inline=true"></script>
|
||||
</head>
|
||||
<body class="th-d">
|
||||
<noscript>
|
||||
|
|
|
@ -179,7 +179,7 @@ function config(options) {
|
|||
]
|
||||
},
|
||||
optimization: {
|
||||
runtimeChunk: 'single',
|
||||
runtimeChunk: false,
|
||||
minimize: !devMode,
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
|
|
Loading…
Reference in New Issue