Made Regex compatible on windows

This commit is contained in:
akshitkrnagpal 2018-07-04 07:07:39 +05:30 committed by Saúl Ibarra Corretgé
parent e228bfcca0
commit d0b5e0cecc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const commonConfig = {
module: {
rules: [
{
exclude: /node_modules(?!\/js-utils)/,
exclude: /node_modules(?!(\/|\\)js-utils)/,
loader: 'babel-loader',
options: {
presets: [