aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 62831a6..0e4c946 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -12,7 +12,7 @@ const commonConfig = {
module: {
rules: [
{
- exclude: /node_modules(?!\/js-utils)/,
+ exclude: /node_modules(?!(\/|\\)js-utils)/,
loader: 'babel-loader',
options: {
presets: [