Skip to content

Commit

Permalink
switching to es5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bongo50 committed Apr 7, 2024
1 parent a117f96 commit 039f7d0
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 = {
devtool: 'source-map',

entry: './src/twinkle.ts',
target: ['web', 'es6'],
target: ['web', 'es5'],
module: {
rules: [
{
Expand Down

0 comments on commit 039f7d0

Please sign in to comment.