refactor: avoid bundling parakeet both in worker and main js

This commit is contained in:
鲁树人
2023-05-23 00:04:06 +01:00
parent f072b7f88e
commit d5abb34d87
3 changed files with 0 additions and 41 deletions

View File

@@ -93,7 +93,6 @@ export default defineConfig({
manualChunks: {
reacts: ['react', 'react-dom', 'react-promise-suspense', 'react-redux', '@reduxjs/toolkit'],
chakra: ['@chakra-ui/icons', '@chakra-ui/react', '@emotion/react', '@emotion/styled', 'framer-motion'],
parakeet: ['@jixun/libparakeet'],
},
},
},