We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65f8190 + 49fab54 commit 9462c0cCopy full SHA for 9462c0c
1 file changed
ember-cli-build.js
@@ -2,6 +2,7 @@ var alchemist = require('broccoli-module-alchemist');
2
3
module.exports = function() {
4
return alchemist({
5
- entry: 'fastboot-app-server.js'
+ entry: 'fastboot-app-server.js',
6
+ targets: ['cjs']
7
});
8
};
0 commit comments