Skip to content

Commit

Permalink
chore: switch from deprecated jsnext, main options to mainFields (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanblaszczyk authored and gkatsev committed Jul 26, 2019
1 parent 3afa7d1 commit 2e69448
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Expand Up @@ -30,8 +30,7 @@ const onwarn = (warning) => {

const primedIgnore = ignore(['videojs-vtt.js']);
const primedResolve = resolve({
jsnext: true,
main: true,
mainFields: ['jsnext:main', 'module', 'main'],
browser: true
});
const primedCjs = commonjs({
Expand Down

0 comments on commit 2e69448

Please sign in to comment.