Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
disable cjsBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 13, 2022
1 parent 91f8769 commit bf6f0ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/nuxi/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { defineBuildConfig } from 'unbuild'
export default defineBuildConfig({
declaration: true,
rollup: {
inlineDependencies: true,
cjsBridge: true
inlineDependencies: true
},
entries: [
'src/cli',
Expand Down

0 comments on commit bf6f0ec

Please sign in to comment.