-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): add support for new parameter: 'minify'. Setting this will…
… apply minification to the polyfill bundle. Useful in production for minimal bundle size. feat(api): add support for new parameter: 'sourcemap'. Setting this will generate and return a sourcemap as part of the polyfill bundle. Useful in development. feat(api): the Polyfill bundle will be transformed to the newest flavor of JavaScript supported by the runtime, instead of always ES3. This results in smaller Polyfill bundles. feat(Intl): add support for Intl.DisplayNames. feat(Intl): add support for Intl.Locale.
- Loading branch information
Showing
34 changed files
with
1,962 additions
and
5,671 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
name: "Deploy" | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
release: | ||
types: ["published"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.