forbid index minifying

This commit is contained in:
lana-k
2022-06-11 19:29:42 +02:00
parent 310a939109
commit a20dd7f849
4 changed files with 14483 additions and 11861 deletions
+14470 -11860
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "sqliteviz",
"version": "0.18.0",
"version": "0.18.1",
"license": "Apache-2.0",
"private": true,
"scripts": {
+5
View File
@@ -93,6 +93,11 @@
</svg>
</div>
</div>
<!-- extention slot -->
<!-- built files will be auto injected -->
</body>
</html>
+7
View File
@@ -41,5 +41,12 @@ module.exports = {
.end()
config.module.rule('js').exclude.add(/worker\.js$/)
config
.plugin('html')
.tap(args => {
args[0].minify = false
return args
})
}
}