feat: support codeblock

This commit is contained in:
Anthony Fu 2022-11-24 11:42:03 +08:00
parent 4885b165df
commit 0a8841f4f4
13 changed files with 201 additions and 52 deletions

View file

@ -20,12 +20,12 @@ export default defineNuxtConfig({
},
vite: {
define: {
__BUILD_TIME__: JSON.stringify(new Date().toISOString()),
'__BUILD_TIME__': JSON.stringify(new Date().toISOString()),
'process.env.VSCODE_TEXTMATE_DEBUG': 'false',
},
build: {
target: 'esnext',
},
},
postcss: {
plugins: {