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
splitAtRoutes
splitAtRoutes has handling for regexp values. However, when this config is serialized to/from JSON, the regexp values are lost.
ember-cli-build.js:
ember-cli-build.js
splitAtRoutes: [/.*/]
Builds to node_modules/.embroider/resolver.json:
node_modules/.embroider/resolver.json
"splitAtRoutes": [ {} ],
Resulting in this error:
[vite] Internal server error: pattern.test is not a function at ... /@embroider/core/src/virtual-entrypoint.js:274:28
Running all @embroider/* packages on unstable b89b741
@embroider/*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
splitAtRoutes
has handling for regexp values. However, when this config is serialized to/from JSON, the regexp values are lost.ember-cli-build.js
:Builds to
node_modules/.embroider/resolver.json
:Resulting in this error:
Running all
@embroider/*
packages on unstable b89b741The text was updated successfully, but these errors were encountered: