UNPKG
pip-webui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
HTML5 UI for LOB applications
pip-webui
/
pip-webui-sample
/
step9
/
build.conf.js
20 lines
(19 loc)
•
333 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module.exports
=
{
module:
{
name:
'app'
,
styles:
'styles'
},
build:
{
js:
true
,
ts:
true
,
html:
true
,
css:
true
,
lib:
true
,
images:
true
},
file:
{
lib:
[
'node_modules/pip-webui/dist/**/*'
] } }
;