Skip to content

Commit

Permalink
Use unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
maier49 committed Sep 11, 2020
1 parent 3a6e793 commit d403ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export default function webpackConfigFactory(args: any): webpack.Configuration {
library: `lib_${libraryName}`,
umdNamedDefine: true,
filename: '[name].js',
// jsonpFunction: `dojoWebpackJsonp${libraryName}`,
uniqueName: `dojoWebpack${libraryName}`,
libraryTarget: 'umd',
path: path.resolve('./output')
},
Expand Down

0 comments on commit d403ece

Please sign in to comment.