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 3a6e793 commit d403eceCopy full SHA for d403ece
src/base.config.ts
@@ -399,7 +399,7 @@ export default function webpackConfigFactory(args: any): webpack.Configuration {
399
library: `lib_${libraryName}`,
400
umdNamedDefine: true,
401
filename: '[name].js',
402
- // jsonpFunction: `dojoWebpackJsonp${libraryName}`,
+ uniqueName: `dojoWebpack${libraryName}`,
403
libraryTarget: 'umd',
404
path: path.resolve('./output')
405
},
0 commit comments