feat: syntax highlighting of code section (#6236)

Co-authored-by: AdrieanKhisbe <adriean.khisbe@live.fr>
This commit is contained in:
Tim Lai
2020-07-17 15:29:15 -07:00
committed by GitHub
parent 9e294fbab5
commit a73783b73d
20 changed files with 340 additions and 228 deletions

View File

@@ -133,8 +133,8 @@ export default function buildConfig(
performance: {
hints: "error",
maxEntrypointSize: 1048576, // 1024 KiB,
maxAssetSize: 1048576,
maxEntrypointSize: 1073152, // 1048 KiB,
maxAssetSize: 1073152,
},
optimization: {