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: そのうち消す 'es2017', // TODO: そのうち消す
], ],
manifest: 'manifest.json', manifest: 'manifest.json',
rollupOptions: {
optimizeDeps: { optimizeDeps: {
exclude: ['swiper'], exclude: ['swiper'],
}, },
rollupOptions: {
input: { input: {
app: './src/init.ts', app: './src/init.ts',
}, },