UNPKG
@microdrop/ui-plugin
Version:
latest (1.1.67)
1.1.67
1.1.66
1.1.64
1.1.60
1.1.58
1.1.57
1.1.54
1.1.53
1.1.48
1.1.46
1.1.45
1.1.42
1.1.40
1.1.39
1.1.38
1.1.35
1.1.32
1.1.26
1.1.24
1.1.23
1.1.20
1.1.19
1.1.17
1.1.16
1.1.10
1.1.0
1.0.9
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Parent class of microdrop ui plugins
github.com/Lucaszw/ui-plugin
Lucaszw/ui-plugin
@microdrop/ui-plugin
/
webpack.config.js
11 lines
(9 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
var
config
= { entry:
'./src/ui-plugin.js'
,
output
: { filename:
'./build/ui-plugin.js'
, library:
'UIPlugin'
, libraryTarget:
'var'
} };
module
.exports =
config
;