@zohodesk/client_build_tool
Version:
A CLI tool to build web applications and client libraries
16 lines (13 loc) • 357 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.configIgnorePlugin = configIgnorePlugin;
var _webpack = require("webpack");
// eslint-disable-next-line no-unused-vars
function configIgnorePlugin(options) {
return new _webpack.IgnorePlugin({
resourceRegExp: /^\.\/domain$/,
contextRegExp: /moment$/
});
}