UNPKG
fliphub-monorepo
Version:
latest (0.1.3)
0.1.3
0.1.2
the builder of builders
github.com/fliphub/fliphub
fliphub/fliphub
fliphub-monorepo
/
docs
/
presets
/
preset-sourcemaps.md
17 lines
(14 loc)
•
216 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 🗺 sourcemaps
-
see
the
preset
env
```js
env:
{
development:
{
useSourceMaps:
true
,
sourceMapTool:
'#source-map'
, }
production:
{
useSourceMaps:
true
,
sourceMapTool:
'hidden'
, }, }
```