Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
filipboev committed Mar 11, 2021
1 parent f76993b commit f24b61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
output: {
library: 'bridget',
libraryTarget: 'umd',
filename: 'bridger.js',
filename: 'bridget.js',
path: path.resolve(__dirname, 'dist'),
},
module: {
Expand Down

0 comments on commit f24b61d

Please sign in to comment.