Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Does not work with a custom output-path #303

Open
austinezell opened this issue Jun 27, 2024 · 0 comments
Open

Does not work with a custom output-path #303

austinezell opened this issue Jun 27, 2024 · 0 comments

Comments

@austinezell
Copy link

Ember CLI lets you change the output directory of your built assets via .ember-cli file's output-path property. When this property is set, the ember-cli-bundle-analyzer is not able to find the published assets. I ended up disabling this config to run the analyzer, but it was kinda hard to debug because the error just stated that there were no files to analyze, even though I could see them loaded into the main app. Might be nice to read that property and respond to it, or at the very least document that it is not supported.

This next thing is unrelated to the first, but I didn't want to open a second issue. I had to separate out he autoImport property from the rest of the createEmberCLIConfig() and assign them individually, otherwise it clobbered my custom autoImport.webpack config and the app would not build. Might be nice to include that edge-ish case in the documentation as well.

All in all, great app though! Thanks for building this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant