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
about: "Template for \U0001F98E's you encounter with webpack-cli"
4
+
5
+
---
6
+
7
+
**Describe the bug**
8
+
9
+
A 💯 way to do this is to provide your configuration via a GitHub gist and/or to use markdown when describing which commands you used when the error occurred! Be precise and clear in your description of the bug.
10
+
11
+
**What is the current behavior?**
12
+
13
+
This is where you elaborate on the current behavior of the cli, how it behaves normally differing from the previous version/build you did.
14
+
15
+
**To Reproduce**
16
+
Steps to reproduce the behavior:
17
+
1. Go to '...'
18
+
2. Click on '....'
19
+
3. Scroll down to '....'
20
+
4. See error
21
+
22
+
**Expected behavior**
23
+
A clear and concise description of what you expected to happen.
24
+
25
+
**Screenshots**
26
+
If applicable, add screenshots to help explain your problem.
27
+
28
+
**Please paste the results of `webpack-cli info` here, and mention other relevant information*
29
+
30
+
**Additional context**
31
+
Add any other context about the problem here like linking to an similar issue you might think is the cause.
Copy file name to clipboardExpand all lines: INIT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This answers to the output directory of your application. The output directory i
16
16
17
17
3.`Are you going to use this in production? (Y/n)`
18
18
19
-
If you answer `Yes` to this, we add [`ExtractTextPlugin`](https://github.com/webpack-contrib/extract-text-webpack-plugin) to your project. This means that your style files will be separated in production from the bundles where they are used. If you answer `No`, we will not use the plugin, and `Question 6` will be ignored by default.
19
+
If you answer `Yes` to this, we add [`MinCssExtractPlugin`](https://github.com/webpack-contrib/mini-css-extract-plugin) to your project. This means that your style files will be separated in production from the bundles where they are used. If you answer `No`, we will not use the plugin, and `Question 6` will be ignored by default.
0 commit comments