We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0802b commit 992ecafCopy full SHA for 992ecaf
README.md
@@ -51,8 +51,8 @@ import alias from 'rollup-plugin-alias';
51
rollup({
52
entry: './src/index.js',
53
plugins: [alias({
54
- resolve: ['.jsx', '.js']
55
- foo: './bar', // Will check for ./bar.jsx and ./bar.js
+ resolve: ['.jsx', '.js'],
+ foo: './bar' // Will check for ./bar.jsx and ./bar.js
56
})],
57
});
58
```
0 commit comments