Skip to content

Commit

Permalink
Remove deprecated jsnext option
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Jun 25, 2019
1 parent 378f568 commit 144281a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollup.config.bench.js
Expand Up @@ -7,5 +7,5 @@ export default {
file: 'build/bench.js',
format: 'iife'
},
plugins: [babel(), nodeResolve({jsnext: true})]
plugins: [babel(), nodeResolve()]
};
2 changes: 1 addition & 1 deletion rollup.config.test.js
Expand Up @@ -7,5 +7,5 @@ export default {
file: 'build/test.js',
format: 'iife'
},
plugins: [babel(), nodeResolve({jsnext: true})]
plugins: [babel(), nodeResolve()]
};

0 comments on commit 144281a

Please sign in to comment.