Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert arrow functions to function markup #284

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Convert arrow functions to function markup
Without this, navigo will not run in IE11.
  • Loading branch information
teawithfruit authored Mar 24, 2021
commit 8aba6965ba53cec1e8f570adf6320c28c4ebf8b0
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