Config changes needed for stater template (#1680)
This does 2 things: 1. Adds prismjs as a dep. 2. Adds shiki as an external.
This commit is contained in:
parent
e50cfa7bb4
commit
502c799b1d
2 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
|||
"morphdom": "^2.6.1",
|
||||
"node-fetch": "^2.6.5",
|
||||
"path-to-regexp": "^6.2.0",
|
||||
"prismjs": "^1.25.0",
|
||||
"remark-slug": "^7.0.0",
|
||||
"resolve": "^1.20.0",
|
||||
"sass": "^1.43.3",
|
||||
|
|
|
@ -18,6 +18,7 @@ const ALWAYS_EXTERNAL = new Set([
|
|||
'micromark-util-events-to-acorn',
|
||||
'node-fetch',
|
||||
'prismjs',
|
||||
'shiki',
|
||||
'shorthash',
|
||||
'unified',
|
||||
'whatwg-url',
|
||||
|
|
Loading…
Reference in a new issue