Skip to content

Commit

Permalink
feat(rollup): declare js and jsx extentions to resolve only
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Mar 1, 2020
1 parent 0c8534c commit 92d202a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default [
plugins: [
resolve({
preferBuiltins: true,
extensions: ['.js', '.jsx'],
}),
babel({
compact: false,
Expand Down

0 comments on commit 92d202a

Please sign in to comment.