UNPKG
mustard-app
Version:
latest (0.0.1-alpha.0)
0.0.1-alpha.0
个人前端微应用建设中。。。
mustard-app
/
rollup.build.config.mjs
10 lines
(8 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * @
type
{import(
'rollup'
).RollupOptions} */ import
config
from
'./rollup.base.config.mjs'
;
config
[
0
].
output
.forEach(
output
=> {
output
.sourcemap =
true
; }); export default
config
;