This commit is contained in:
Knut Sveidqvist
2022-10-05 13:14:05 +02:00
parent d8c7557ae5
commit c05c98c082
12 changed files with 65 additions and 64 deletions

View File

@@ -15,4 +15,12 @@ export default defineConfig({
reporter: ['text', 'json', 'html', 'lcov'],
},
},
build: {
/** If you set esmExternals to true, this plugins assumes that
all external dependencies are ES modules */
commonjsOptions: {
esmExternals: true,
},
},
});