Skip to content

Commit

Permalink
Point browser to ES5 entry point
Browse files Browse the repository at this point in the history
for better Webpack support according to the `web` order specified here:
https://webpack.js.org/configuration/resolve/#resolvemainfields
  • Loading branch information
dcsaszar committed Apr 20, 2021
1 parent db0865d commit aba88e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"browser": "dist/index.js",
"description": "Make single page apps scroll according to the current URL hash.",
"devDependencies": {
"@types/history": "^4.7.8",
Expand Down Expand Up @@ -45,5 +46,5 @@
"watch": "karma start"
},
"types": "dist/index.d.ts",
"version": "1.0.11"
"version": "1.0.12"
}

0 comments on commit aba88e3

Please sign in to comment.