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
halfzebra committed Mar 13, 2018
1 parent 625c9fe commit 269d955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
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 269d955

Please sign in to comment.