Removed root .babelrc file, upgrades

- Upgraded packages
- Fixed sourcemaps
- Moved .babelrc config into client folder
- Created .babelrc in tests folder for client tests
This commit is contained in:
Wyatt Johnson
2017-03-24 11:12:57 -06:00
parent 05efbc4ded
commit 228fdeac4d
6 changed files with 567 additions and 320 deletions
+2 -3
View File
@@ -17,7 +17,7 @@ const buildEmbeds = [
];
module.exports = {
devtool: '#cheap-module-source-map',
devtool: 'cheap-module-source-map',
entry: Object.assign({}, {
'embed': [
'babel-polyfill',
@@ -58,8 +58,7 @@ module.exports = {
exclude: /node_modules/,
test: /\.js$/,
query: {
cacheDirectory: true,
sourceMap: true
cacheDirectory: true
}
},
{