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 88
88
"jsnext:source" : " ./src/router/runtime/server.ts" ,
89
89
"types" : " ./dist/types/router/runtime/server.d.ts" ,
90
90
"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"
91
96
}
92
97
},
93
98
"typesVersions" : {
130
135
],
131
136
"router/server" : [
132
137
" ./dist/types/router/runtime/server.d.ts"
138
+ ],
139
+ "loadable-bundler-plugin" : [
140
+ " ./dist/types/ssr/cli/loadable-bundler-plugin.d.ts"
133
141
]
134
142
}
135
143
},
You can’t perform that action at this time.
0 commit comments