Skip to content

Commit

Permalink
Use babel as the transpiler
Browse files Browse the repository at this point in the history
This should fix it: donejs/donejs#716
  • Loading branch information
matthewp committed Oct 31, 2016
1 parent c6cc995 commit b3cb8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/index.js
Expand Up @@ -147,7 +147,8 @@ module.exports = generators.Base.extend({
directories: {
lib: this.props.folder
},
configDependencies: [ 'live-reload', 'node_modules/can-zone/register' ]
configDependencies: [ 'live-reload', 'node_modules/can-zone/register' ],
transpiler: 'babel'
}
};

Expand Down

0 comments on commit b3cb8d1

Please sign in to comment.