#31 Ugrade to Babel 6 and update the ReactGrid sample

This commit is contained in:
Charalampos Karypidis
2016-01-17 23:42:05 +01:00
committed by SteveSandersonMS
parent 73e218de4e
commit 225dfdd168
5 changed files with 14 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
},
module: {
loaders: [
{ test: /\.jsx?$/, loader: 'babel-loader' },
{ test: /\.jsx?$/, loader: 'babel-loader', exclude: /node_modules/, query: { presets: ['es2015', 'react'] } },
{ test: /\.css$/, loader: ExtractTextPlugin.extract('style-loader', 'css-loader') },
{ test: /\.(png|woff|woff2|eot|ttf|svg)$/, loader: 'url-loader?limit=100000' }
]