Skip to content

Commit 3d20e8e

Browse files
authored
Update README.md
1 parent 797fe64 commit 3d20e8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ export default {
4141
};
4242
```
4343

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.
4546
4647
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).
4748

48-
`rollup-plugin-ae-jsx` should be placed in `plugins` _after_ any other plugins.
49-
5049
## Limitations
5150

5251
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

Comments
 (0)