the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

Fix tree-shaking issue #44

Closed the-dr-lazy closed 5 years ago

the-dr-lazy commented 5 years ago

According to #43 and https://github.com/webpack/webpack/issues/4674 the browser field in package.json file cause that Webpack follows UMD bundle instead of ESM bundle that has been defined in module field.

This PR should fix #43.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #44   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines          44     44           
  Branches        9     11    +2     
=====================================
  Hits           44     44

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 c4c51e5...b559520. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #44   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9      9           
  Lines          44     44           
  Branches        9     11    +2     
=====================================
  Hits           44     44

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 c4c51e5...b559520. Read the comment docs.