Skip to content

Commit

Permalink
changed output file name to index.js (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 authored Nov 23, 2023
1 parent 4af5dae commit 3ff20dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-library/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
usedExports: true,
},
output: {
filename: '[name].js',
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
},
module: {
Expand Down

0 comments on commit 3ff20dc

Please sign in to comment.