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