We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55f476 commit 5112ceeCopy full SHA for 5112cee
package.json
@@ -44,10 +44,10 @@
44
"@nuxt/module-builder": "^0.8.4",
45
"@nuxt/schema": "^3.13.2",
46
"@nuxt/test-utils": "^3.14.2",
47
- "@types/node": "^18.19.34",
48
- "ant-design-vue": "^4.2.4",
49
- "changelogen": "^0.5.5",
50
- "eslint": "^9.10.0",
+ "@types/node": "^18.19.53",
+ "ant-design-vue": "^4.2.5",
+ "changelogen": "^0.5.7",
+ "eslint": "^9.11.1",
51
"nuxt": "^3.13.2",
52
"typescript": "5.6.2",
53
"vitest": "^2.1.1"
playground/nuxt.config.ts
@@ -1,9 +1,13 @@
1
export default defineNuxtConfig({
2
modules: ['../src/module'],
3
+
4
antd: {
5
extractStyle: true
6
},
7
8
imports:{
9
autoImport: true
- }
-})
10
+ },
11
12
+ compatibilityDate: '2024-09-27'
13
+})
0 commit comments