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
Configuring outputPaths will be removed in Ember 6 (https://deprecations.emberjs.com/ember-cli/v5.x/#toc_ember-cli-outputPaths-build-option).
outputPaths
Is there currently an alternative way of doing something like this?
outputPaths: { app: { css: { app: '/assetsapp.css', 'app-tests': '/assets/app-tests.css', }, },
The text was updated successfully, but these errors were encountered:
@andrew-paterson I believe in that case you'd setup sass via webpack or vite, basically whatever your bundler is under the hood.
Sorry, something went wrong.
No branches or pull requests
Configuring
outputPaths
will be removed in Ember 6 (https://deprecations.emberjs.com/ember-cli/v5.x/#toc_ember-cli-outputPaths-build-option).Is there currently an alternative way of doing something like this?
The text was updated successfully, but these errors were encountered: