This commit is contained in:
ThatOneCalculator 2022-08-22 22:39:53 -07:00
parent 631907e0ce
commit bcf3466584

View file

@ -52,10 +52,10 @@ export default defineConfig(({ command, mode }) => {
'es2017', // TODO: そのうち消す
],
manifest: 'manifest.json',
optimizeDeps: {
exclude: ['swiper'],
},
rollupOptions: {
optimizeDeps: {
exclude: ['swiper'],
},
input: {
app: './src/init.ts',
},