forked from odpi/egeria-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
polymer.json
48 lines (48 loc) · 1007 Bytes
/
polymer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"entrypoint": "index.html",
"shell": "src/my-app.js",
"sources": [
"images/**/*",
"themes/**/*",
"locales/**/*",
"properties/**/*"
],
"extraDependencies": [
"locales/**",
"manifest.json",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"node_modules/web-animations-js/*.js",
"node_modules/web-animations-js/*.js.map",
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js",
"node_modules/d3/dist/d3.min.js",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"node_modules/visjs-network/dist/vis-network.min.*",
"service-worker.js"
],
"builds": [
{
"name": "prod",
"bundle": true,
"js": {
"minify": true
},
"css": {
"minify": true
},
"html": {
"minify": true
}
}
],
"moduleResolution": "node",
"npm": true,
"lint": {
"rules": [
"polymer-3"
],
"ignoreWarnings": [
"could-not-load",
"not-loadable"
]
}
}