UNPKG
@becomes/cms-bundler
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Bundler package for the BCMS
github.com/becomesco/cms-bundler
becomesco/cms-bundler
@becomes/cms-bundler
/
interfaces
/
options.d.ts
7 lines
(6 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Options
{
dev
?:
boolean
;
backend
?:
boolean
;
ui
?:
boolean
;
plugin
?:
boolean
; }