You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #1860 is a tracking issue for the next Stable release from the main branch, we discussed the changes that we would like to see on main before we cut the first alpha release. This will effectively allow us to give some semver functionality to people using the new blueprint (with obvious alpha caveats before it is actually stable 😂 )
implement setting staticInvokables that is a combination of staticComponents, staticModifiers, and staticHelpers
implement this on stable with a deprecation
throw an error if anyone sets the skipBabel setting
throw an error if anyone sets staticAddonTrees or staticAddonTestSupportTrees
optionally document how people would workaround this issue by manually putting things in the requirejs loader
stop nullifying the loader.js library so people can use it if they want to (even if we don't)
throw an error if anyone sets staticEmberSource to false
ensure the simplified ember() and classicEmberSupport() vite plugins allow the appropriate level of overriding their results. Right now it doesn't appear possible to unset things like the rollup build options.
The text was updated successfully, but these errors were encountered:
While #1860 is a tracking issue for the next Stable release from the main branch, we discussed the changes that we would like to see on main before we cut the first alpha release. This will effectively allow us to give some semver functionality to people using the new blueprint (with obvious alpha caveats before it is actually stable 😂 )
Todo
staticInvokables
that is a combination ofstaticComponents
,staticModifiers
, andstaticHelpers
skipBabel
settingstaticAddonTrees
orstaticAddonTestSupportTrees
staticEmberSource
to falseember()
andclassicEmberSupport()
vite plugins allow the appropriate level of overriding their results. Right now it doesn't appear possible to unset things like the rollup build options.The text was updated successfully, but these errors were encountered: