Update babel

This commit is contained in:
Pavel Dohnal
2018-06-13 10:57:40 +01:00
parent 683e9c9fa1
commit 9a11d4cc82
4 changed files with 1005 additions and 562 deletions

View File

@ -50,12 +50,13 @@ var baseConfig = {
],
module: {
preLoaders: [
{ test: /\.json$/, loader: "json-loader" },
{ test: /\.json$/, loader: 'json-loader' },
],
loaders: [
{
test: /\.jsx$/,
loader: 'babel-loader'
exclude: /node_modules/,
loader: 'babel-loader',
},
{
test: /form_editor\.js$/,