mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: update webpack code examples (#4355)
This commit is contained in:
parent
3e7d6dafa1
commit
5dae097318
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user