Paykary

Results 2 comments of Paykary

@blairvanderhoof @flekschas have you guys tried: exclude: /node_modules/ no double quotes! It's a regex !

@flekschas @blairvanderhoof this is how I exluded node_modules and worked for me ! ``` const styleLoader = sourceMaps => ({ test: /\.(scss|css)$/, exclude: /node_modules/, use: ExtractTextPlugin.extract({ fallback: 'style-loader', use: [...