Skip to content

Commit f45b270

Browse files
committed
not working
1 parent c2f1058 commit f45b270

File tree

4 files changed

+6
-133
lines changed

4 files changed

+6
-133
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"plugins": [
3-
"@babel/plugin-proposal-class-properties"
3+
"@babel/plugin-syntax-class-properties"
44
]
55
}

build/build-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function browserifyFile(entryPath, distPath) {
6060
let bundle = browserify(entryPath, {debug: DEBUG});
6161

6262
bundle
63-
.transform('babelify')
63+
.transform('babelify', JSON.parse(fs.readFileSync(`${__dirname}/../.babelrc`, 'utf-8')))
6464
.plugin('browserify-banner', {
6565
pkg: Object.assign({COMMIT_HASH}, require('../package.json')),
6666
file: require.resolve('./banner.txt'),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"serve-gh-pages": "cd dist/gh-pages && python -m SimpleHTTPServer"
8080
},
8181
"devDependencies": {
82-
"@babel/plugin-proposal-class-properties": "^7.12.1",
82+
"@babel/plugin-syntax-class-properties": "^7.12.1",
8383
"@build-tracker/cli": "^1.0.0-beta.15",
8484
"@firebase/app-types": "0.3.1",
8585
"@firebase/auth-types": "0.3.2",

yarn.lock

Lines changed: 3 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/code-frame@^7.10.4":
13-
version "7.10.4"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
15-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
16-
dependencies:
17-
"@babel/highlight" "^7.10.4"
18-
1912
"@babel/core@^7.1.0":
2013
version "7.3.4"
2114
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.3.4.tgz#921a5a13746c21e32445bf0798680e9d11a6530b"
@@ -47,26 +40,6 @@
4740
source-map "^0.5.0"
4841
trim-right "^1.0.1"
4942

50-
"@babel/generator@^7.12.5":
51-
version "7.12.5"
52-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
53-
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
54-
dependencies:
55-
"@babel/types" "^7.12.5"
56-
jsesc "^2.5.1"
57-
source-map "^0.5.0"
58-
59-
"@babel/helper-create-class-features-plugin@^7.12.1":
60-
version "7.12.1"
61-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
62-
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
63-
dependencies:
64-
"@babel/helper-function-name" "^7.10.4"
65-
"@babel/helper-member-expression-to-functions" "^7.12.1"
66-
"@babel/helper-optimise-call-expression" "^7.10.4"
67-
"@babel/helper-replace-supers" "^7.12.1"
68-
"@babel/helper-split-export-declaration" "^7.10.4"
69-
7043
"@babel/helper-function-name@^7.1.0":
7144
version "7.1.0"
7245
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
@@ -76,43 +49,13 @@
7649
"@babel/template" "^7.1.0"
7750
"@babel/types" "^7.0.0"
7851

79-
"@babel/helper-function-name@^7.10.4":
80-
version "7.10.4"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
82-
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
83-
dependencies:
84-
"@babel/helper-get-function-arity" "^7.10.4"
85-
"@babel/template" "^7.10.4"
86-
"@babel/types" "^7.10.4"
87-
8852
"@babel/helper-get-function-arity@^7.0.0":
8953
version "7.0.0"
9054
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
9155
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
9256
dependencies:
9357
"@babel/types" "^7.0.0"
9458

95-
"@babel/helper-get-function-arity@^7.10.4":
96-
version "7.10.4"
97-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
98-
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
99-
dependencies:
100-
"@babel/types" "^7.10.4"
101-
102-
"@babel/helper-member-expression-to-functions@^7.12.1":
103-
version "7.12.1"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c"
105-
integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
106-
dependencies:
107-
"@babel/types" "^7.12.1"
108-
109-
"@babel/helper-optimise-call-expression@^7.10.4":
110-
version "7.10.4"
111-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
112-
integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
113-
dependencies:
114-
"@babel/types" "^7.10.4"
115-
11659
"@babel/helper-plugin-utils@^7.0.0":
11760
version "7.0.0"
11861
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -123,35 +66,13 @@
12366
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
12467
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
12568

126-
"@babel/helper-replace-supers@^7.12.1":
127-
version "7.12.5"
128-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9"
129-
integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
130-
dependencies:
131-
"@babel/helper-member-expression-to-functions" "^7.12.1"
132-
"@babel/helper-optimise-call-expression" "^7.10.4"
133-
"@babel/traverse" "^7.12.5"
134-
"@babel/types" "^7.12.5"
135-
13669
"@babel/helper-split-export-declaration@^7.0.0":
13770
version "7.0.0"
13871
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813"
13972
integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==
14073
dependencies:
14174
"@babel/types" "^7.0.0"
14275

143-
"@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0":
144-
version "7.11.0"
145-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
146-
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
147-
dependencies:
148-
"@babel/types" "^7.11.0"
149-
150-
"@babel/helper-validator-identifier@^7.10.4":
151-
version "7.10.4"
152-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
153-
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
154-
15576
"@babel/helpers@^7.2.0":
15677
version "7.3.1"
15778
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.3.1.tgz#949eec9ea4b45d3210feb7dc1c22db664c9e44b9"
@@ -170,31 +91,16 @@
17091
esutils "^2.0.2"
17192
js-tokens "^4.0.0"
17293

173-
"@babel/highlight@^7.10.4":
174-
version "7.10.4"
175-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
176-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
177-
dependencies:
178-
"@babel/helper-validator-identifier" "^7.10.4"
179-
chalk "^2.0.0"
180-
js-tokens "^4.0.0"
181-
18294
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.2.2", "@babel/parser@^7.3.4":
18395
version "7.3.4"
18496
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.3.4.tgz#a43357e4bbf4b92a437fb9e465c192848287f27c"
18597
integrity sha512-tXZCqWtlOOP4wgCp6RjRvLmfuhnqTLy9VHwRochJBCP2nDm27JnnuFEnXFASVyQNHk36jD1tAammsCEEqgscIQ==
18698

187-
"@babel/parser@^7.10.4", "@babel/parser@^7.12.5":
188-
version "7.12.5"
189-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5.tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0"
190-
integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
191-
192-
"@babel/plugin-proposal-class-properties@^7.12.1":
99+
"@babel/plugin-syntax-class-properties@^7.12.1":
193100
version "7.12.1"
194-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1.tgz#a082ff541f2a29a4821065b8add9346c0c16e5de"
195-
integrity sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==
101+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz#bcb297c5366e79bebadef509549cd93b04f19978"
102+
integrity sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==
196103
dependencies:
197-
"@babel/helper-create-class-features-plugin" "^7.12.1"
198104
"@babel/helper-plugin-utils" "^7.10.4"
199105

200106
"@babel/plugin-syntax-object-rest-spread@^7.0.0":
@@ -213,15 +119,6 @@
213119
"@babel/parser" "^7.2.2"
214120
"@babel/types" "^7.2.2"
215121

216-
"@babel/template@^7.10.4":
217-
version "7.10.4"
218-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
219-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
220-
dependencies:
221-
"@babel/code-frame" "^7.10.4"
222-
"@babel/parser" "^7.10.4"
223-
"@babel/types" "^7.10.4"
224-
225122
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.3.4":
226123
version "7.3.4"
227124
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.3.4.tgz#1330aab72234f8dea091b08c4f8b9d05c7119e06"
@@ -237,21 +134,6 @@
237134
globals "^11.1.0"
238135
lodash "^4.17.11"
239136

240-
"@babel/traverse@^7.12.5":
241-
version "7.12.5"
242-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.5.tgz#78a0c68c8e8a35e4cacfd31db8bb303d5606f095"
243-
integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==
244-
dependencies:
245-
"@babel/code-frame" "^7.10.4"
246-
"@babel/generator" "^7.12.5"
247-
"@babel/helper-function-name" "^7.10.4"
248-
"@babel/helper-split-export-declaration" "^7.11.0"
249-
"@babel/parser" "^7.12.5"
250-
"@babel/types" "^7.12.5"
251-
debug "^4.1.0"
252-
globals "^11.1.0"
253-
lodash "^4.17.19"
254-
255137
"@babel/types@^7.0.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.3.4":
256138
version "7.3.4"
257139
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.3.4.tgz#bf482eaeaffb367a28abbf9357a94963235d90ed"
@@ -261,15 +143,6 @@
261143
lodash "^4.17.11"
262144
to-fast-properties "^2.0.0"
263145

264-
"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5":
265-
version "7.12.6"
266-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.6.tgz#ae0e55ef1cce1fbc881cd26f8234eb3e657edc96"
267-
integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==
268-
dependencies:
269-
"@babel/helper-validator-identifier" "^7.10.4"
270-
lodash "^4.17.19"
271-
to-fast-properties "^2.0.0"
272-
273146
"@build-tracker/api-client@^1.0.0-beta.15":
274147
version "1.0.0-beta.15"
275148
resolved "https://registry.yarnpkg.com/@build-tracker/api-client/-/api-client-1.0.0-beta.15.tgz#1de2e3f926e963fc5488e14f51555559ed6000e4"

0 commit comments

Comments
 (0)