mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-29 09:02:03 +00:00
docs: update webpack code examples (#4355)
This commit is contained in:
parent
3e7d6dafa1
commit
5dae097318
@ -50,7 +50,7 @@ export default {
|
|||||||
* @example
|
* @example
|
||||||
* ```js
|
* ```js
|
||||||
* export default {
|
* export default {
|
||||||
* build: {
|
* webpack: {
|
||||||
* extractCSS: true,
|
* extractCSS: true,
|
||||||
* // or
|
* // or
|
||||||
* extractCSS: {
|
* extractCSS: {
|
||||||
@ -69,7 +69,7 @@ export default {
|
|||||||
* @example
|
* @example
|
||||||
* ```js
|
* ```js
|
||||||
* export default {
|
* export default {
|
||||||
* build: {
|
* webpack: {
|
||||||
* extractCSS: true,
|
* extractCSS: true,
|
||||||
* optimization: {
|
* optimization: {
|
||||||
* splitChunks: {
|
* splitChunks: {
|
||||||
|
Loading…
Reference in New Issue
Block a user