@zohodesk/client_build_tool
Version:
A CLI tool to build web applications and client libraries
21 lines (16 loc) • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// eslint-disable-next-line no-unused-vars
const EmptyPlugin = (opts = {}) => ({
postcssPlugin: 'postcss-empty',
// eslint-disable-next-line no-unused-vars
Once(root, {
result
}) {}
});
EmptyPlugin.postcss = true;
var _default = EmptyPlugin;
exports.default = _default;