clean up development config

This commit is contained in:
Eric Hulburd
2016-02-09 11:16:49 -06:00
parent 109ad432bb
commit a334afbc01
20 changed files with 170 additions and 111 deletions

View File

@@ -1,5 +1,7 @@
export default {
var config = {
modules: 'es6',
'target-version': '0.14.3',
'suffix': '.rt'
targetVersion: '0.14.0',
suffix: '.rt'
};
export default config;