Skip to content

Commit 54dc469

Browse files
committed
chore: revert to previous module builder
1 parent a658787 commit 54dc469

File tree

3 files changed

+1289
-241
lines changed

3 files changed

+1289
-241
lines changed

build.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { defineBuildConfig } from 'unbuild'
22

33
export default defineBuildConfig({
4+
rollup: {
5+
emitCJS: false,
6+
cjsBridge: false,
7+
},
48
externals: [
59
'ipx',
610
],

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@nuxt/eslint-config": "0.7.5",
48-
"@nuxt/module-builder": "1.0.0-alpha.1",
48+
"@nuxt/module-builder": "0.8.4",
4949
"@nuxt/schema": "3.15.1",
5050
"@nuxt/test-utils": "^3.15.4",
5151
"@types/node": "^22.10.6",
@@ -67,7 +67,7 @@
6767
"playwright-core": "^1.49.1",
6868
"semver": "^7.6.3",
6969
"tinyexec": "^0.3.2",
70-
"typescript": "5.7.3",
70+
"typescript": "5.6.3",
7171
"unbuild": "^3.3.1",
7272
"vitest": "^2.1.8",
7373
"vitest-environment-nuxt": "^1.0.1",

0 commit comments

Comments
 (0)