UNPKG
vite-plugin-linter
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Plugin for linting files with Vite
bitbucket.org/unimorphic/vite-plugin-linter
vite-plugin-linter
/
build.config.ts
11 lines
(9 loc)
•
267 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { defineBuildConfig }
from
"unbuild"
; export
default
defineBuildConfig
({
entries
: [
"src/index"
,
"src/lintCommand"
,
"src/lintWorkerThread"
],
externals
: [
"vite"
,
"@rollup/pluginutils"
],
declaration
:
true
,
rollup
: {
emitCJS
:
true
, }, });