Skip to content

Commit

Permalink
chore: revert to previous module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 15, 2025
1 parent a658787 commit 54dc469
Show file tree
Hide file tree
Showing 3 changed files with 1,289 additions and 241 deletions.
4 changes: 4 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
rollup: {
emitCJS: false,
cjsBridge: false,
},
externals: [
'ipx',
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@nuxt/eslint-config": "0.7.5",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.15.1",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.6",
Expand All @@ -67,7 +67,7 @@
"playwright-core": "^1.49.1",
"semver": "^7.6.3",
"tinyexec": "^0.3.2",
"typescript": "5.7.3",
"typescript": "5.6.3",
"unbuild": "^3.3.1",
"vitest": "^2.1.8",
"vitest-environment-nuxt": "^1.0.1",
Expand Down
Loading

0 comments on commit 54dc469

Please sign in to comment.