Skip to content

Commit

Permalink
Convert arrow functions to function markup
Browse files Browse the repository at this point in the history
Without this, navigo will not run in IE11.
  • Loading branch information
teawithfruit authored Mar 24, 2021
1 parent 5cac26b commit 8aba696
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 @@ -25,6 +25,7 @@ const config = {
mode: mode,
entry: __dirname + "/src/index.ts",
devtool: "source-map",
target: "es5",
output: {
path: __dirname + "/lib",
filename: outputFile.toLowerCase(),
Expand Down

0 comments on commit 8aba696

Please sign in to comment.