docs: update webpack code examples (#4355)

This commit is contained in:
Daniel Roe 2022-04-14 16:27:53 +01:00 committed by GitHub
parent 3e7d6dafa1
commit 5dae097318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export default {
* @example
* ```js
* export default {
* build: {
* webpack: {
* extractCSS: true,
* // or
* extractCSS: {
@ -69,7 +69,7 @@ export default {
* @example
* ```js
* export default {
* build: {
* webpack: {
* extractCSS: true,
* optimization: {
* splitChunks: {