Skip to content

Commit

Permalink
fix(bridge): generate dist/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 5, 2021
1 parent 62a11d0 commit 901896d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { defineBuildConfig } from 'unbuild'

export default defineBuildConfig({
entries: [
'src/module'
'src/module',
{ input: 'src/runtime/', outDir: 'dist/runtime', format: 'esm' }
],
externals: [
'webpack'
Expand Down

0 comments on commit 901896d

Please sign in to comment.