Skip to content

Commit 95ff7bc

Browse files
Marcin Kwiatkowskibloodf
andcommitted
build(theme): extracted styles to separate .css chunks (#516)
Co-authored-by: Heitor Ramon Ribeiro <[email protected]>
1 parent 6139fac commit 95ff7bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/theme/nuxt.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ export default {
243243
extractCSS: {
244244
allChunks: true,
245245
},
246+
extractCSS: {
247+
allChunks: true,
248+
},
246249
},
247250
plugins: [
248251
'~/plugins/token-expired',

0 commit comments

Comments
 (0)