Skip to content

Commit d403ece

Browse files
committed
Use unique name
1 parent 3a6e793 commit d403ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export default function webpackConfigFactory(args: any): webpack.Configuration {
399399
library: `lib_${libraryName}`,
400400
umdNamedDefine: true,
401401
filename: '[name].js',
402-
// jsonpFunction: `dojoWebpackJsonp${libraryName}`,
402+
uniqueName: `dojoWebpack${libraryName}`,
403403
libraryTarget: 'umd',
404404
path: path.resolve('./output')
405405
},

0 commit comments

Comments
 (0)