This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpolymer.json
88 lines (88 loc) · 2.35 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"entrypoint": "dist/build.html",
"extraDependencies": [
"dist/*",
"node_modules/@lrnwebcomponents/*/*.js",
"node_modules/@lrnwebcomponents/*/lib/*",
"node_modules/@lrnwebcomponents/*/lib/*/*.js",
"node_modules/@lrnwebcomponents/*/lib/*/*",
"node_modules/@lrnwebcomponents/*/lib/*/*/*.js",
"node_modules/@lrnwebcomponents/*/lib/*/*/*/*.js",
"node_modules/lit-html/*.*.map",
"node_modules/lit-html/lib/*.*.map",
"node_modules/lit-element/lit-element.js",
"node_modules/lit-element/lib/*.*.map",
"node_modules/lit-element/node_modules/lit-html/*.*.map",
"node_modules/lit-element/node_modules/lit-html/lib/*.*.map",
"node_modules/lit-element/*.*.map",
"node_modules/@polymer/app-layout/*/*.js",
"node_modules/@vaadin/**",
"node_modules/fetch-ie8/fetch.js",
"node_modules/promise-polyfill/dist/polyfill.min.js",
"node_modules/web-animations-js/*.map",
"node_modules/web-animations-js/*.js",
"node_modules/@polymer/*/*/*/*/*.js",
"node_modules/@webcomponents/webcomponentsjs/*.js",
"node_modules/@webcomponents/webcomponentsjs/bundles/*.js",
"node_modules/monaco-editor/min/**",
"node_modules/monaco-editor/min-maps/**",
"!node_modules/@vaadin/*/test/*",
"!node_modules/@lrnwebcomponents/*/*.story.js",
"!node_modules/@webcomponents/webcomponentsjs/gulpfile.js",
"!node_modules/@lrnwebcomponents/code-sample/lib/highlightjs/languages/*.js"
],
"sources": [],
"builds": [
{
"name": "es6",
"browserCapabilities": ["es2015", "modules"],
"js": {
"minify": false
},
"css": {
"minify": false
},
"html": {
"minify": false
},
"bundle": false
},
{
"name": "es6-amd",
"browserCapabilities": [
"es2015"
],
"js": {
"minify": false,
"transformModulesToAmd": true
},
"css": {
"minify": false
},
"html": {
"minify": false
},
"bundle": false
},
{
"name": "es5-amd",
"js": {
"compile": true,
"minify": false,
"transformModulesToAmd": true
},
"css": {
"minify": true
},
"html": {
"minify": true
},
"bundle": false
}
],
"moduleResolution": "node",
"npm": true,
"lint": {
"rules": ["polymer-3"]
}
}