sean

Results 1 comments of sean

@tjiang11 I had the same problem, i resolved it by adding the `/(?!react-voice-components)/` to my exclude line in my webpack.config. it's referenced here https://github.com/webpack/webpack/issues/2031 { test: /\.jsx?$/, exclude: /node_modules\/(?!react-voice-components)/, use:...