fix external deps config
This commit is contained in:
parent
8730135e3a
commit
349cd20480
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/kitui",
|
||||
"version": "1.0.51",
|
||||
"version": "1.0.52",
|
||||
"description": "test",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
|
@ -17,8 +17,10 @@ export default defineConfig({
|
||||
external: [
|
||||
"@emotion/react",
|
||||
"@emotion/styled",
|
||||
"@mui/icons-material",
|
||||
"@mui/material",
|
||||
"axios",
|
||||
"react-router-dom",
|
||||
"react",
|
||||
"zustand",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user