Skip to content

Commit

Permalink
docs(build): improve the description
Browse files Browse the repository at this point in the history
in babel-plugin-import-polyfills.ts
  • Loading branch information
AnYiEE committed Jan 9, 2024
1 parent 5c11329 commit ca1e562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/modules/plugins/babel-plugin-import-polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/**
* @file Automatically import any missing polyfills
* @see {@link https://github.com/zloirock/core-js#missing-polyfills}
* @see {@link https://github.com/mrhenry/core-web/tree/main/packages/core-web/modules}
* @see ../../patches/@mrhenry__babel-plugin-core-web.patch
*/
import {type BabelAPI, declare} from '@babel/helper-plugin-utils';
import {type BrowserSupport, getSupport} from 'caniuse-api';
Expand Down

0 comments on commit ca1e562

Please sign in to comment.