We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97cfc2 commit 04742ddCopy full SHA for 04742dd
.vscode/settings.json
@@ -1,5 +1,4 @@
1
{
2
- "explorer.excludeGitIgnore": true,
3
"npm.packageManager": "pnpm",
4
5
"editor.formatOnSave": true,
vite.config.ts
@@ -3,7 +3,13 @@ import { defineConfig } from 'vite';
export default defineConfig({
build: {
rollupOptions: {
6
- external: ['content-tag'],
+ external: [
7
+ 'content-tag',
8
+ 'prettier',
9
+ 'prettier/plugins/estree.js',
10
+ 'prettier/plugins/babel.js',
11
+ '@babel/core',
12
+ ],
13
},
14
lib: {
15
entry: 'src/main.ts',
0 commit comments