This commit is contained in:
Stuart Colville 2015-07-24 14:40:52 +01:00
Родитель 0d42279830
Коммит 86c3832972
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ module.exports = {
test: /\.jsx?$/,
// es7.objectRestSpread to enable ES7 rest spread operators
// eg: let { x, y, ...z } = { x: 1, y: 2, a: 3, b: 4 };
loaders: ['babel?optional[]=es7.objectRestSpread&stage=2'],
loaders: ['babel?optional[]=es7.objectRestSpread&optional[]=es7.classProperties&stage=2'],
},
],
},