You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 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.
Actual Behavior / Situation
The Getting Started guide does not tell you to install postcss-preset-env.
Please paste the results of npx webpack info here, and mention other relevant information
add instruction to install postcss-preset-env in getting started section
because it is used in the boilerplate configuration
closes issue webpack-contrib#548
…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
closeswebpack-contrib#548
Uh oh!
There was an error while loading. Please reload this page.
Modification Proposal
Expected Behavior / Situation
In 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 tonpm install --save-dev postcss-loader postcss postcss-preset-env
.Actual Behavior / Situation
The Getting Started guide does not tell you to install
postcss-preset-env
.Please paste the results of
npx webpack info
here, and mention other relevant informationSystem:
OS: Linux 5.11 Ubuntu 20.04.3 LTS (Focal Fossa)
CPU: (16) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 20.48 GB / 31.27 GB
Binaries:
Node: 16.10.0 - ~/Desktop/weather-app/node_modules/.bin/node
npm: 6.14.15 - /usr/local/bin/npm
Browsers:
Chrome: 94.0.4606.71
Firefox: 93.0
Packages:
html-webpack-plugin: ^5.3.2 => 5.3.2
webpack: ^5.53.0 => 5.56.0
webpack-bundle-analyzer: ^4.5.0 => 4.5.0
webpack-cli: ^4.8.0 => 4.8.0
webpack-dev-server: ^4.0.0 => 4.3.0
The text was updated successfully, but these errors were encountered: