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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,11 @@ export default {
41
41
};
42
42
```
43
43
44
-
> The output extension should be `.jsx` and format `cjs` to ensure After Effects compatible files.
44
+
> - The output extension should be `.jsx` and format `cjs` to ensure After Effects compatible files.
45
+
> -`rollup-plugin-ae-jsx` should be placed in `plugins`_after_ any other plugins.
45
46
46
47
Then call `rollup` either via the [CLI](https://www.rollupjs.org/guide/en/#command-line-reference) or the [API](https://www.rollupjs.org/guide/en/#javascript-api).
47
48
48
-
`rollup-plugin-ae-jsx` should be placed in `plugins`_after_ any other plugins.
49
-
50
49
## Limitations
51
50
52
51
Since After Effects compatible JSON isn't valid JavaScript, transformations must be done on the output code as a string rather than the AST. This means success is dependant on the formatting of the code.
0 commit comments