rafaelaudax

Results 1 comments of rafaelaudax

> Something like this in your webpack config should help; > > ``` > module: { > rules: [ > { > test: /\.js$/, > exclude: /node_modules\/(?!(@react-simply)\/).*/, > loader: 'babel-loader'...