Cleanup to help me debug build errors

This commit is contained in:
Felix Kaspar
2024-02-27 21:51:03 +01:00
parent 13bfa0b0d0
commit 2fc152e96f
15 changed files with 93 additions and 27 deletions

View File

@@ -12,15 +12,16 @@ export default {
output: {
dir: "dist/",
format: "es",
strict: false,
},
watch: {
include: [ './src/**', '../shared-operations/src/**' ]
},
plugins: [
compileTime(),
json(),
typescript(),
dynamicImportVars(),
compileTime(),
dynamicImportVars({errorWhenNoFilesFound: true, warnOnError: true}),
copy({
targets: [
{ src: '../shared-operations/public', dest: 'dist' },