File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
packages/runtime/plugin-runtime Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @modern-js/runtime ' : minor
3+ ---
4+
5+ feat: the runtime package export ` loadable_bundler_plugin `
6+ feat: runtime 包导出 ` loadable_bundler_plugin `
Original file line number Diff line number Diff line change 8888 "jsnext:source" : " ./src/router/runtime/server.ts" ,
8989 "types" : " ./dist/types/router/runtime/server.d.ts" ,
9090 "default" : " ./dist/esm/router/runtime/server.js"
91+ },
92+ "./loadable-bundler-plugin" : {
93+ "jsnext:source" : " ./src/ssr/cli/loadable-bundler-plugin.ts" ,
94+ "types" : " ./dist/types/ssr/cli/loadable-bundler-plugin.d.ts" ,
95+ "default" : " ./dist/cjs/ssr/cli/loadable-bundler-plugin.js"
9196 }
9297 },
9398 "typesVersions" : {
130135 ],
131136 "router/server" : [
132137 " ./dist/types/router/runtime/server.d.ts"
138+ ],
139+ "loadable-bundler-plugin" : [
140+ " ./dist/types/ssr/cli/loadable-bundler-plugin.d.ts"
133141 ]
134142 }
135143 },
You can’t perform that action at this time.
0 commit comments