improve code for fractional sizes

This commit is contained in:
Rene Haas
2022-07-02 11:36:28 +02:00
parent 14a49a52ff
commit bea88a9d9b
17 changed files with 800 additions and 705 deletions
+2
View File
@@ -60,11 +60,13 @@ module.exports = (testDir, onListening = null) => {
port,
onListening,
}),
/*
rollupPluginLivereload({
watch: dist,
port: port - 1,
verbose: false,
}),
*/
]
: []),
],