"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ESBuildPlugin { apply() { 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.'); } } exports.default = ESBuildPlugin;