mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor on nuxt-module build
This commit is contained in:
parent
7922625391
commit
4b3e712efd
4 changed files with 95 additions and 85 deletions
|
@ -31,6 +31,14 @@
|
|||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"build": {
|
||||
"externals": [
|
||||
"primevue",
|
||||
"@primevue/metadata",
|
||||
"@primevue/auto-import-resolver",
|
||||
"unplugin-vue-components"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"main": "./dist/module.cjs",
|
||||
"types": "./dist/types.d.ts",
|
||||
|
@ -77,4 +85,4 @@
|
|||
"engines": {
|
||||
"node": ">=12.11.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,9 @@
|
|||
"moduleResolution": "Node",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"primevue/*": ["../../packages/primevue/src/*"]
|
||||
"primevue/*": ["../../packages/primevue/src/*"],
|
||||
"@primevue/metadata/*": ["../../packages/metadata/src/*"],
|
||||
"@primevue/auto-import-resolver/*": ["../../packages/auto-import-resolver/src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue