Skip to content

Commit

Permalink
perf: try to reduce bundle size (#105)
Browse files Browse the repository at this point in the history
* pref: use esmodule import

* fix: aws module import

* pref: update the deps

* chore: update package jon

* chore: update the provider env
  • Loading branch information
iNorthIsle committed Jan 28, 2022
1 parent 614e706 commit 17e5d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.0",
"react-highlight": "^0.13.0"
"react-highlight": "*"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 17e5d49

Please sign in to comment.