Skip to content

Commit c42b97f

Browse files
authored
Update README.md
1 parent 58f0af8 commit c42b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ The solution to both problems is setting `runEarly: true` on `decorator-transfor
9090
9191
In classic builds, `"globals"` is the only `runtime` setting that works because ember-auto-import cannot see the output of this babel transform.
9292
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

Comments
 (0)