web-component-wrapper 0.0.373 → 0.0.374
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-component-wrapper",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.374",
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
5
5
|
"keywords": [
|
6
6
|
"component",
|
@@ -43,8 +43,8 @@
|
|
43
43
|
},
|
44
44
|
"scripts": {
|
45
45
|
"build": "yarn build:types; yarn build:plain",
|
46
|
-
"build:
|
47
|
-
"build:
|
46
|
+
"build:bundle": "yarn build:types; yarn build:bundle:plain",
|
47
|
+
"build:bundle:plain": "weboptimizer build '{__reference__: \"target:bundle\"}'; yarn build:next",
|
48
48
|
"build:plain": "weboptimizer build; yarn build:next",
|
49
49
|
"build:next": "weboptimizer build '{__reference__: \"target:next\"}'",
|
50
50
|
"build:types": "weboptimizer build:types",
|
@@ -155,7 +155,13 @@
|
|
155
155
|
}
|
156
156
|
}
|
157
157
|
},
|
158
|
-
"target:
|
158
|
+
"target:bundle": {
|
159
|
+
"inPlace": {
|
160
|
+
"externalLibrary": {
|
161
|
+
"dynamic": true,
|
162
|
+
"normal": true
|
163
|
+
}
|
164
|
+
},
|
159
165
|
"module": {
|
160
166
|
"preprocessor": {
|
161
167
|
"javaScript": {
|