Skip to content

Commit

Permalink
fix(build): missing requete/adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rexerwang committed Jun 18, 2023
1 parent a0a6642 commit e77b947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build:index:browser": "rollup -c --environment build:index:browser",
"build:declaration": "rollup -c --environment build:declaration",
"build:middleware": "rollup -c --environment build:middleware",
"build:adapter": "rollup -c --environment build:adapter",
"build:shared": "rollup -c --environment build:shared",
"build:global": "rollup -c --environment build:global",
"build:polyfill": "rollup -c --environment build:polyfill",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const configs = {
external: null,
}),
middleware: setupModuleConfig('middleware'),
adapter: setupModuleConfig('adapter'),
shared: setupModuleConfig('shared'),
global: setupUMDConfig({
input: 'src/global.mjs',
Expand Down
2 changes: 1 addition & 1 deletion test/module-specs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e77b947

Please sign in to comment.