We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c6c4c commit 8624923Copy full SHA for 8624923
src/module.ts
@@ -189,7 +189,7 @@ ${newScripts.map((i) => {
189
if (Object.keys(config.globals || {}).length || Object.keys(config.registry || {}).length) {
190
// create a virtual plugin
191
addPluginTemplate({
192
- filename: `modules/${name!.replace('/', '-')}.mjs`,
+ filename: `modules/${name!.replace('/', '-')}/plugin.mjs`,
193
getContents() {
194
return templatePlugin(config, registryScriptsWithImport)
195
},
0 commit comments