Skip to content

Commit

Permalink
fix: transpile class keyword in bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrpravosudko-okta committed Jul 15, 2021
1 parent 0b8df9c commit 71b8b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var babelOptions = {
shouldPrintComment: () => false
};

var babelExclude = /node_modules\/(?!p-cancelable)/;
var babelExclude = /node_modules\/(?!p-cancelable|node-cache)/;

module.exports = {
module: {
Expand Down

0 comments on commit 71b8b1a

Please sign in to comment.