dev mode for tests

This commit is contained in:
Rene
2022-07-12 22:25:32 +02:00
parent bd7c06c9dd
commit 6d3c6e962c
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = (testDir, onListening = null) => {
return createRollupConfig({
project: name,
mode: 'build',
mode: 'dev',
paths: {
dist,
src: path.resolve(testDir, './'),