mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
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:
+2
-3
@@ -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
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user