UNPKG
hc-web-log-mon
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
基于 JS 跨平台插件,为前端项目提供【 行为、性能、异常、请求、资源、路由、曝光、录屏 】监控手段
hc-web-log-mon
/
examples
/
vanilla
/
vite.config.ts
10 lines
(8 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineConfig }
from
'vite'
export
default
defineConfig
({
base
:
'./'
,
plugins
: [],
build
: {
sourcemap
:
true
} })