6to5 rename to Babel

This commit is contained in:
Raymond Ha
2015-02-15 15:25:07 -05:00
parent 88a912c1f5
commit 8715689944
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = {
}],
loaders: [{
test: /\.js$/,
loader: 'react-hot!<% if (es6) { %>6to5!<% }%>jsx-loader?harmony'
loader: 'react-hot!<% if (es6) { %>babel!<% }%>jsx-loader?harmony'
},<% if (stylesLanguage === 'sass') { %> {
test: /\.sass/,
loader: 'style-loader!css-loader!sass-loader?outputStyle=expanded'