We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7751edc commit 4a3eb18Copy full SHA for 4a3eb18
src/utils/build-info.ts
@@ -147,7 +147,7 @@ export const getDefaultConfig = (settings?: Settings): $TSFixMe | undefined => {
147
config.build.publishOrigin = 'default'
148
}
149
150
- config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin })) || []
+ config.plugins = settings.plugins_recommended?.map((plugin) => ({ package: plugin, origin: 'default' })) || []
151
152
return config
153
0 commit comments