We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config/environment.js is intended to configure you running application, and ember-cli-build.js is to configure your apps build.
config/environment.js
ember-cli-build.js
I believe the configuration ember-d3 uses should be via ember-cli-build.js not config/environment.js
ember-d3
An example of the ember-cli-build.js would be
module.exports = function(defaults) { return new EmberApp(defaults, { 'ember-d3': { bundle : true } }); }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
config/environment.js
is intended to configure you running application, andember-cli-build.js
is to configure your apps build.I believe the configuration
ember-d3
uses should be viaember-cli-build.js
notconfig/environment.js
An example of the
ember-cli-build.js
would beThe text was updated successfully, but these errors were encountered: