Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit dc5556a

Browse files
authored
Merge branch 'master' into fix-windows-resolved-alias
2 parents e423fe6 + 992ecaf commit dc5556a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ import alias from 'rollup-plugin-alias';
5151
rollup({
5252
entry: './src/index.js',
5353
plugins: [alias({
54-
resolve: ['.jsx', '.js']
55-
foo: './bar', // Will check for ./bar.jsx and ./bar.js
54+
resolve: ['.jsx', '.js'],
55+
foo: './bar' // Will check for ./bar.jsx and ./bar.js
5656
})],
5757
});
5858
```

0 commit comments

Comments
 (0)