forked from haxtheweb/haxcms-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
polymer.json
72 lines (72 loc) · 1.83 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"entrypoint": "dist/build.html",
"fragments": [],
"sources": [
"dist/build.html"
],
"extraDependencies": [
"bower_components/webcomponentsjs/*.js",
"manifest.json",
"node_modules/@lrnwebcomponents/*/*.js",
"node_modules/@lrnwebcomponents/*/lib/*",
"node_modules/@lrnwebcomponents/*/lib/*/*",
"node_modules/@polymer/app-layout/*/*.js",
"node_modules/@lrnwebcomponents/img-pan-zoom/lib/openseadragon/build/openseadragon/openseadragon.js",
"node_modules/@lrnwebcomponents/elmsln-apps/lib/*/*.js",
"node_modules/@lrnwebcomponents/lrn-calendar/lib/ical.js/build/ical.js",
"node_modules/@lrnwebcomponents/wave-player/lib/wavesurfer.js/dist/wavesurfer.js",
"!node_modules/@lrnwebcomponents/*/*.story.js",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js",
"node_modules/@webcomponents/webcomponentsjs/bundles/*.js",
"node_modules/monaco-editor/min/**"
],
"builds": [
{
"name": "es6",
"browserCapabilities": [
"es2015",
"modules"
],
"js": {
"minify": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": false,
"addServiceWorker": true,
"addPushManifest": true,
"insertPrefetchLinks": true
},
{
"name": "es5-amd",
"js": {
"minify": true,
"compile": true,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": false,
"addServiceWorker": true,
"addPushManifest": true,
"insertPrefetchLinks": true
}
],
"lint": {
"rules": [
"polymer-3"
]
},
"npm": true,
"componentDir": "node_modules/",
"moduleResolution": "node"
}