We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76cda6 commit c0aa5a8Copy full SHA for c0aa5a8
package.json
@@ -88,7 +88,7 @@
88
"prismjs": "^1.23.0",
89
"sirv": "^1.0.11",
90
"slash": "^3.0.0",
91
- "vite": "^2.0.0-beta.67",
+ "vite": "^2.0.0-beta.70",
92
"vue": "^3.0.5"
93
},
94
"devDependencies": {
src/node/plugin.ts
@@ -42,7 +42,9 @@ export function createVitePressPlugin(
42
43
config() {
44
return {
45
- alias,
+ resolve: {
46
+ alias
47
+ },
48
define: {
49
__CARBON__: !!site.themeConfig.carbonAds?.carbon,
50
__BSA__: !!site.themeConfig.carbonAds?.custom,
0 commit comments