-
Notifications
You must be signed in to change notification settings - Fork 142
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
importSync
breaks the builds of apps consuming type=module packages
#1672
Comments
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Nov 17, 2023
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Nov 17, 2023
This was referenced Nov 17, 2023
is this still a problem with #1692 ? |
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Dec 13, 2023
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Dec 13, 2023
Update embroider deps Upgrade stuff Fix type Update lockfile Lockfile Remove importSync to demonstrate 'fix' for embroider-build/embroider#1672 Wip Use unstable eh
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Dec 13, 2023
Update embroider deps Upgrade stuff Fix type Update lockfile Lockfile Remove importSync to demonstrate 'fix' for embroider-build/embroider#1672 Wip Use unstable eh eh
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Dec 13, 2023
Update embroider deps Upgrade stuff Fix type Update lockfile Lockfile Remove importSync to demonstrate 'fix' for embroider-build/embroider#1672 Wip Use unstable eh eh lints
NullVoxPopuli
added a commit
to universal-ember/ember-primitives
that referenced
this issue
Dec 13, 2023
Update embroider deps Upgrade stuff Fix type Update lockfile Lockfile Remove importSync to demonstrate 'fix' for embroider-build/embroider#1672 Wip Use unstable eh eh lints eh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
repro:
src/example.css
filesrc/index.js
macroCondition
.if it were not wrapped in a
macroCondition
I would just use regularimport './example.css';
To see that type=module appears to work:
importSync
Here is a PR proving the above in a real addon: universal-ember/ember-primitives#33
The text was updated successfully, but these errors were encountered: