AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-23 17:51:52 +01:00
parent 06ebb8bf18
commit ddefba039a
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
const webpack = require('webpack');
const path = require('path');
const SRC_DIR = path.resolve(__dirname, 'src-trader-dashboard');
@@ -20,7 +19,7 @@ module.exports = {
include: SRC_DIR,
loader: 'babel-loader',
query: {
presets: ['react', 'es2015']
presets: ['react', 'es2015', 'stage-0']
}
}
]