We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e43ea9 + ec26f0c commit dd2d751Copy full SHA for dd2d751
2 files changed
ember-cli-build.js
@@ -4,6 +4,10 @@ var EmberApp = require('ember-cli/lib/broccoli/ember-app');
4
5
module.exports = function(defaults) {
6
var app = new EmberApp(defaults, {
7
+ sourcemaps: {
8
+ enabled: true,
9
+ extensions: ['js']
10
+ },
11
'ember-bootstrap': {
12
importBootstrapFont: false
13
},
lib
0 commit comments