Answer the question
In order to leave comments, you need to log in
Why doesn't webpack work with bable?
It seems that I did everything according to the instructions https://github.com/volkovpv/react-webpack-es6/blob...
But es6 is not transformed into es5.
Why? What is done wrong? What needs to be fixed?
Answer the question
In order to leave comments, you need to log in
module: {
loaders: [
{
test: /\.jsx?$/,
exclude: /node_modules/,
loaders: ['react-hot', 'babel?presets[]=react,presets[]=es2015']
},
{
test: /\.scss$/,
loaders: ["style", "css", "sass"]
}
]
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question