Skip to content
Snippets Groups Projects
Commit d0b5e0ce authored by akshitkrnagpal's avatar akshitkrnagpal Committed by Saúl Ibarra Corretgé
Browse files

Made Regex compatible on windows

parent e228bfcc
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ const commonConfig = {
module: {
rules: [
{
exclude: /node_modules(?!\/js-utils)/,
exclude: /node_modules(?!(\/|\\)js-utils)/,
loader: 'babel-loader',
options: {
presets: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment