Skip to content

Commit

Permalink
fix: revert output filename #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Malinovic committed Nov 17, 2022
1 parent 4465163 commit af347c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
},
},
output: {
filename: 'index.js',
library: 'env-linter',
libraryTarget: 'umd',
umdNamedDefine: true,
Expand Down

0 comments on commit af347c3

Please sign in to comment.