Use the babel-plugin-polyfill-* packages in preset-env (#12583)
This commit is contained in:
9
lib/babel-polyfills.js.flow
Normal file
9
lib/babel-polyfills.js.flow
Normal file
@@ -0,0 +1,9 @@
|
||||
declare module "babel-plugin-polyfill-regenerator" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "babel-plugin-polyfill-corejs2" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
declare module "babel-plugin-polyfill-corejs3" {
|
||||
declare module.exports: Function;
|
||||
}
|
||||
Reference in New Issue
Block a user