Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[package.json] Add "module" field #453

Merged
merged 1 commit into from Apr 25, 2019
Merged

Conversation

petermikitsh
Copy link
Contributor

As mentioned in this comment on #403, the module field in package.json is a hint to bundlers (webpack, rollup, et al) to use the ES Module version of a package, when one is available.

Currently, by default, anybody using webpack is not getting the benefits of the ES Module build-- they're pulling in the CommonJS build.

@codecov
Copy link

codecov bot commented Apr 23, 2019

Codecov Report

Merging #453 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #453   +/-   ##
======================================
  Coverage    97.6%   97.6%           
======================================
  Files           3       3           
  Lines         292     292           
======================================
  Hits          285     285           
  Misses          7       7

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a299479...19ad2b7. Read the comment docs.

@petermikitsh
Copy link
Contributor Author

@cwelch5 @tmbtech please review when you can. This would close #403 (comment).

@tmbtech tmbtech merged commit 3211679 into nfl:master Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants