Skip to content

Conversation

cap-Bernardito
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Fixes #1256
With the help of the /* webpackIgnore: true */comment, it is possible to disable sources handling for rules and for individual declarations.

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Feb 18, 2021

Codecov Report

Merging #1264 (9d6bf7e) into master (e18c5a9) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1264      +/-   ##
==========================================
+ Coverage   99.41%   99.46%   +0.04%     
==========================================
  Files          11       11              
  Lines         684      742      +58     
  Branches      221      248      +27     
==========================================
+ Hits          680      738      +58     
  Misses          4        4              
Impacted Files Coverage Δ
src/plugins/postcss-import-parser.js 100.00% <100.00%> (ø)
src/plugins/postcss-url-parser.js 100.00% <100.00%> (ø)
src/utils.js 98.75% <100.00%> (+<0.01%) ⬆️

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 e18c5a9...43e91ee. Read the comment docs.

@cap-Bernardito cap-Bernardito force-pushed the feat-support-webpackignore branch 2 times, most recently from f0fc337 to 014473c Compare February 19, 2021 12:46
@alexander-akait alexander-akait force-pushed the feat-support-webpackignore branch from 014473c to 17d7876 Compare February 19, 2021 15:42
This was referenced Mar 16, 2021
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.

Support /** webpackIgnore: true */
2 participants