@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.
10 lines (9 loc) • 385 B
TypeScript
import ModuleDependency = require('webpack/lib/dependencies/ModuleDependency');
export declare class SafariNoModuleFixDependency extends ModuleDependency {
readonly type = "safari nomodule fix";
static readonly context: string;
static readonly modulename = "safari.nomodule.fix";
static readonly filename: string;
static readonly path: string;
constructor();
}