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

Commit

Permalink
Updated the README.md with the info about jsnext:main
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Sep 26, 2018
2 parents 18be8d8 + 269d955 commit b2ecf57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ export default {
module: true, // Default: true

// use "jsnext:main" if possible
// – see https://github.com/rollup/rollup/wiki/jsnext:main
// legacy field pointing to ES6 module in third-party libraries,
// deprecated in favor of "pkg.module":
// - see: https://github.com/rollup/rollup/wiki/pkg.module
jsnext: true, // Default: false

// use "main" field or index.js, even if it's not an ES6 module
Expand Down

0 comments on commit b2ecf57

Please sign in to comment.