Skip to content

Commit 4b4ace3

Browse files
FFxSqualllukastaegert
authored andcommitted
Docs: Fix syntax error (rollup#2821)
1 parent e7b5214 commit 4b4ace3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/999-big-list-of-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default (async () => ({
220220
commonjs(),
221221
isProduction && (await import('rollup-plugin-terser')).terser()
222222
]
223-
})();
223+
}))();
224224
```
225225

226226
(This example also demonstrates how to use an async IIFE and dynamic imports to avoid unnecessary module loading, which can be surprisingly slow.)

0 commit comments

Comments
 (0)