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:
Matthew Phillips 2021-10-27 15:05:42 -04:00 committed by GitHub
parent e50cfa7bb4
commit 502c799b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -78,6 +78,7 @@
"morphdom": "^2.6.1", "morphdom": "^2.6.1",
"node-fetch": "^2.6.5", "node-fetch": "^2.6.5",
"path-to-regexp": "^6.2.0", "path-to-regexp": "^6.2.0",
"prismjs": "^1.25.0",
"remark-slug": "^7.0.0", "remark-slug": "^7.0.0",
"resolve": "^1.20.0", "resolve": "^1.20.0",
"sass": "^1.43.3", "sass": "^1.43.3",

View file

@ -18,6 +18,7 @@ const ALWAYS_EXTERNAL = new Set([
'micromark-util-events-to-acorn', 'micromark-util-events-to-acorn',
'node-fetch', 'node-fetch',
'prismjs', 'prismjs',
'shiki',
'shorthash', 'shorthash',
'unified', 'unified',
'whatwg-url', 'whatwg-url',