Skip to content

Commit

Permalink
Adding es5 target per #954
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Mar 26, 2021
1 parent 683327b commit 6135b11
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 @@ -27,6 +27,7 @@ const banner = `
module.exports = {
mode: "production",
entry: './src/lib/index.ts',
target: 'es5',
output: {
filename: 'index.js',
path: path.resolve(__dirname, 'build'),
Expand Down

0 comments on commit 6135b11

Please sign in to comment.