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 8ce0bc8 commit fa2ef31Copy full SHA for fa2ef31
src/base.config.ts
@@ -492,7 +492,7 @@ export default function webpackConfigFactory(args: any): webpack.Configuration {
492
(args.externals || isTest) &&
493
new WrapperPlugin({
494
test: singleBundle ? new RegExp(`${mainEntry}.*(\.js$)`) : new RegExp(`${bootstrapEntry}.*(\.js$)`),
495
- footer: `\ntypeof define === 'function' && define.amd && require(['${libraryName}']);`
+ footer: `\ntypeof define === 'function' && define.amd && require(['lib_${libraryName}']);`
496
}),
497
args.locale && new CldrPlugin(),
498
new webpack.DefinePlugin({
0 commit comments