Skip to content

Commit 9ca975e

Browse files
authored
docs(alias): fix README esm error (rollup#1451)
1 parent bc5cf91 commit 9ca975e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/alias/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/
5050
```js
5151
import alias from '@rollup/plugin-alias';
5252

53-
module.exports = {
53+
export default {
5454
input: 'src/index.js',
5555
output: {
5656
dir: 'output',

0 commit comments

Comments
 (0)