@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 • 467 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class BlindTargetingError extends Error {
constructor(request) {
super(`Encountered unexpected blind targeting request for ${request}.` +
'Please see http://github.com/DanielSchaffer/webpack-babel-multi-target-plugin#blind-targeting for more information.');
}
}
exports.BlindTargetingError = BlindTargetingError;
//# sourceMappingURL=blind.targeting.error.js.map