UNPKG

@regru/webpack-babel-multi-target-plugin

Version:

A Webpack plugin that works with Babel to allow deployment of ES2015 builds targeted to modern browsers, with an ES5 fallback for legacy browsers.

6 lines (5 loc) 174 B
export declare enum StandardBrowserProfileName { legacy = "legacy", modern = "modern" } export declare type BrowserProfileName = StandardBrowserProfileName | string;