We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vue inspect
1 parent 145ccca commit 352d759Copy full SHA for 352d759
docs/guide/webpack.md
@@ -160,6 +160,11 @@ You can redirect the output into a file for easier inspection:
160
``` bash
161
vue inspect > output.js
162
```
163
+By default, `inspect` command will show the output for development config. To see the production configuration, you need to run
164
+
165
+``` bash
166
+vue inspect --mode production > output.prod.js
167
+```
168
169
Note the output is not a valid webpack config file, it's a serialized format only meant for inspection.
170
0 commit comments