Savepoint

This commit is contained in:
Dunemask 2022-05-17 12:32:04 +00:00
parent 7db1a3456b
commit 02c483950c
45 changed files with 5136 additions and 256 deletions

View file

@ -6,7 +6,7 @@ export default {
input: "lib/core/executor.js",
output: {
file: "dist/bundles/qualiteer-executor.js",
format: "cjs"
format: "cjs",
},
plugins: [nodeResolve(), commonjs(), terser()],
};