We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2c23c commit 1dad832Copy full SHA for 1dad832
webpack.config.js
@@ -45,10 +45,6 @@ webpackRules.RULE_SCSS.use = [
45
]
46
47
webpackConfig.plugins.push(
48
- new webpack.IgnorePlugin({
49
- resourceRegExp: /^\.\/locale$/,
50
- contextRegExp: /moment$/,
51
- }),
52
new webpack.ProvidePlugin({
53
// Shim ICAL to prevent using the global object (window.ICAL).
54
// The library ical.js heavily depends on instanceof checks which will
0 commit comments