mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-09-09 11:32:46 +08:00
Updated babel to 6.0
This commit is contained in:
+5
-2
@@ -23,8 +23,11 @@ module.exports = function(config) {
|
||||
noInfo: true
|
||||
},
|
||||
coverageReporter: {
|
||||
type: 'html',
|
||||
dir: 'coverage/'
|
||||
dir: 'coverage/',
|
||||
reporters: [
|
||||
{ type: 'html' },
|
||||
{ type: 'text' }
|
||||
]
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user