UNPKG

347 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class ESBuildPlugin {
4 apply() {
5 console.warn('[esbuild-loader] ESBuildPlugin is no longer required for usage and will be removed in the next major release. Please refer to the docs and release notes for more info.');
6 }
7}
8exports.default = ESBuildPlugin;