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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,4 +90,4 @@ The solution to both problems is setting `runEarly: true` on `decorator-transfor
90
90
91
91
In classic builds, `"globals"` is the only `runtime` setting that works because ember-auto-import cannot see the output of this babel transform.
92
92
93
-
In Embroider (post https://github.com/embroider-build/embroider/pull/1673), you can use `runtime:require.resolve("decorator-transforms/runtime")` and then you don't need to manually install the globals.
93
+
In Embroider (post https://github.com/embroider-build/embroider/pull/1673), you can use `runtime:{ import:require.resolve("decorator-transforms/runtime") }` and then you don't need to manually install the globals.
0 commit comments