Skip to content

Commit

Permalink
Support polyfillsOptimization (will be as default in next 9.2.3) (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca authored Feb 21, 2020
1 parent ae3e5fc commit 0e5bc7d
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 151 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-translate",
"version": "0.9.0",
"version": "0.10.0-canary.1",
"description": "Next.js utility to translate pages without the need of a server (static i18n pages generator).",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -48,7 +48,7 @@
"express": "4.17.1",
"husky": "4.2.3",
"jest": "25.1.0",
"next": "9.2.1",
"next": "9.2.3-canary.8",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"react": "16.12.0",
Expand Down
Loading

0 comments on commit 0e5bc7d

Please sign in to comment.