Skip to content
New issue

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

configuration uses browser config not build config #71

Open
stefanpenner opened this issue Feb 16, 2019 · 0 comments
Open

configuration uses browser config not build config #71

stefanpenner opened this issue Feb 16, 2019 · 0 comments

Comments

@stefanpenner
Copy link

stefanpenner commented Feb 16, 2019

config/environment.js is intended to configure you running application, and ember-cli-build.js is to configure your apps build.

I believe the configuration ember-d3 uses should be via ember-cli-build.js not config/environment.js

An example of the ember-cli-build.js would be

module.exports = function(defaults) {
  return new EmberApp(defaults, {
    'ember-d3': { bundle : true }
  });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant