Skip to content

Commit 9462c0c

Browse files
authored
Merge pull request #39 from kitsunde/patch-1
Only build commonjs.
2 parents 65f8190 + 49fab54 commit 9462c0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ember-cli-build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var alchemist = require('broccoli-module-alchemist');
22

33
module.exports = function() {
44
return alchemist({
5-
entry: 'fastboot-app-server.js'
5+
entry: 'fastboot-app-server.js',
6+
targets: ['cjs']
67
});
78
};

0 commit comments

Comments
 (0)