@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.
8 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var StandardBrowserProfileName;
(function (StandardBrowserProfileName) {
StandardBrowserProfileName["legacy"] = "legacy";
StandardBrowserProfileName["modern"] = "modern";
})(StandardBrowserProfileName = exports.StandardBrowserProfileName || (exports.StandardBrowserProfileName = {}));
//# sourceMappingURL=browser.profile.name.js.map