Skip to content

Commit

Permalink
use name, not id when generating the exports
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Apr 10, 2024
1 parent 605f110 commit c3f5032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const coreConfig = function() {
path: path.join(__dirname, '..', 'public', 'webpack'),
publicPath: '/webpack/',
library: {
name: ['TheForeman', '[id]'],
name: ['TheForeman', '[name]'],
type: 'var',
},
};
Expand Down

0 comments on commit c3f5032

Please sign in to comment.