Skip to content

docs(readme): update getting started instructions #549

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

Conversation

martenmatrix
Copy link
Contributor

@martenmatrix martenmatrix commented Oct 12, 2021

This PR contains a:

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

Motivation / Use-Case

In the Getting Started section, it should tell you to also install postcss-preset-env because in the provided boilerplate-configuration, the plugin is used.
This line npm install --save-dev postcss-loader postcss should change to npm install --save-dev postcss-loader postcss postcss-preset-env.
Closes #548.

Breaking Changes

Additional Info

add instruction to install postcss-preset-env in getting started section
because it is used in the boilerplate configuration

closes issue webpack-contrib#548
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 12, 2021

CLA Signed

The committers are authorized under a signed CLA.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Oct 13, 2021

CLA Signed

The committers are authorized under a signed CLA.

…ig example

add note that postcss-preset-env is not installed by default in getting started
section because it is used in the boilerplate configuration

closes webpack-contrib#548
@alexander-akait
Copy link
Member

Please accept CLA

@martenmatrix
Copy link
Contributor Author

Accepted

@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #549 (26ee67a) into master (bcf088a) will decrease coverage by 0.32%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #549      +/-   ##
==========================================
- Coverage   93.58%   93.26%   -0.33%     
==========================================
  Files           5        5              
  Lines         312      312              
  Branches      101      101              
==========================================
- Hits          292      291       -1     
- Misses         18       19       +1     
  Partials        2        2              
Impacted Files Coverage Δ
src/utils.js 89.50% <0.00%> (-0.50%) ⬇️

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 bcf088a...26ee67a. Read the comment docs.

@alexander-akait alexander-akait merged commit 4313fee into webpack-contrib:master Oct 13, 2021
@martenmatrix martenmatrix deleted the add-postcss-preset-env-to-installation-command branch October 13, 2021 15:52
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.

configuration template includes "postcss-preset-env" plugin, however it does not tell you to install it
2 participants