Currently we have two warnings about imports.
Check npm run test if you try to resolve them.
(!) /Users/mathiasober/Development/valantic/vue-template/src/translations/de.json is dynamically imported by /Users/mathiasober/Development/valantic/vue-template/src/setup/i18n.ts but also statically imported by /Users/mathiasober/Development/valantic/vue-template/src/setup/i18n.ts, dynamic import will not move module into another chunk.```
```[plugin:vite:reporter]
(!) /Users/mathiasober/Development/valantic/vue-template/src/stores/plugins/api.ts is dynamically imported by /Users/mathiasober/Development/valantic/vue-template/src/setup/i18n.ts but also statically imported by /Users/mathiasober/Development/valantic/vue-template/src/main.ts, dynamic import will not move module into another chunk.```
Currently we have two warnings about imports. Check
npm run test
if you try to resolve them.