fix
This commit is contained in:
parent
631907e0ce
commit
bcf3466584
1 changed files with 3 additions and 3 deletions
|
@ -52,10 +52,10 @@ export default defineConfig(({ command, mode }) => {
|
||||||
'es2017', // TODO: そのうち消す
|
'es2017', // TODO: そのうち消す
|
||||||
],
|
],
|
||||||
manifest: 'manifest.json',
|
manifest: 'manifest.json',
|
||||||
|
optimizeDeps: {
|
||||||
|
exclude: ['swiper'],
|
||||||
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
optimizeDeps: {
|
|
||||||
exclude: ['swiper'],
|
|
||||||
},
|
|
||||||
input: {
|
input: {
|
||||||
app: './src/init.ts',
|
app: './src/init.ts',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue