We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a658787 commit 54dc469Copy full SHA for 54dc469
build.config.ts
@@ -1,6 +1,10 @@
1
import { defineBuildConfig } from 'unbuild'
2
3
export default defineBuildConfig({
4
+ rollup: {
5
+ emitCJS: false,
6
+ cjsBridge: false,
7
+ },
8
externals: [
9
'ipx',
10
],
package.json
@@ -45,7 +45,7 @@
45
},
46
"devDependencies": {
47
"@nuxt/eslint-config": "0.7.5",
48
- "@nuxt/module-builder": "1.0.0-alpha.1",
+ "@nuxt/module-builder": "0.8.4",
49
"@nuxt/schema": "3.15.1",
50
"@nuxt/test-utils": "^3.15.4",
51
"@types/node": "^22.10.6",
@@ -67,7 +67,7 @@
67
"playwright-core": "^1.49.1",
68
"semver": "^7.6.3",
69
"tinyexec": "^0.3.2",
70
- "typescript": "5.7.3",
+ "typescript": "5.6.3",
71
"unbuild": "^3.3.1",
72
"vitest": "^2.1.8",
73
"vitest-environment-nuxt": "^1.0.1",
0 commit comments