UNPKG
mustard-app
Version:
latest (0.0.1-alpha.0)
0.0.1-alpha.0
个人前端微应用建设中。。。
mustard-app
/
rollup.dev.config.mjs
4 lines
•
105 B
JavaScript
View Raw
1
2
3
4
/** *
@type
{
import('rollup').RollupOptions
} */
export
*
as
default
from
'./rollup.base.config.mjs'
;