Skip to content

Commit

Permalink
Ignore calendar-js
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Robitaille <[email protected]>
  • Loading branch information
MarcelRobitaille committed Jul 26, 2022
1 parent 6931a4c commit 2c18642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function cookbookConfig (env) {
// Don't import all locales at once
// Only the needed locale is dynamically loaded later
new webpack.IgnorePlugin({ resourceRegExp: /^\.\/locale$/, contextRegExp: /moment$/ }),
new webpack.IgnorePlugin({ resourceRegExp: /calendar-js/ }),
],
resolve: {
'alias': {
Expand Down

0 comments on commit 2c18642

Please sign in to comment.