webpack-cli icon indicating copy to clipboard operation
webpack-cli copied to clipboard

feat: added common support esm imports

Open cap-Bernardito opened this issue 4 years ago • 1 comments

What kind of change does this PR introduce?

added common support esm imports

Does this PR introduce a breaking change?

No

Other information

No

cap-Bernardito avatar Apr 21 '21 11:04 cap-Bernardito

Codecov Report

Merging #2651 (f482086) into master (40b2c59) will decrease coverage by 0.05%. The diff coverage is 97.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2651      +/-   ##
==========================================
- Coverage   95.20%   95.14%   -0.06%     
==========================================
  Files          30       30              
  Lines        1501     1524      +23     
  Branches      429      430       +1     
==========================================
+ Hits         1429     1450      +21     
- Misses         72       74       +2     
Impacted Files Coverage Δ
packages/webpack-cli/lib/webpack-cli.js 95.93% <97.33%> (-0.13%) :arrow_down:
packages/configtest/src/index.ts 96.29% <100.00%> (+0.14%) :arrow_up:
packages/serve/src/index.ts 91.37% <100.00%> (+0.15%) :arrow_up:

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 40b2c59...f482086. Read the comment docs.

codecov[bot] avatar Apr 21 '21 12:04 codecov[bot]