Skip to content

Commit c87ddc5

Browse files
authored
@babel/plugin-transform-runtime (#7)
* update dependencies * [lint] switch from eslint -> xojs * [karma] apply babel config to SVG files too * [karma] compile all js files, target web * [travis] switch from yarn => npm * [.travis.yml] remove cache from travis config * [karma.conf.js] test on iPhone 8 * [karma.conf.js] iPhone 7, iOS 10.3 * [karma.conf.js] set hostname to 0.0.0.0 * [.travis.yml] browserstack addon * [karma.conf.js] enable all browsers expect iOS * [karma.conf.js] update browserstack config * [karma.conf.js] remove browserstack custom settings * [karma.conf.js] restore browserstack tunnel config * [karma.conf.js] enable iOS * [karma.conf.js] no more iOS 😢 * [.travis.yml] [karma.conf.js] remove unused configurations * @babel/plugin-transform-runtime * +@babel/runtime
1 parent ad67b0a commit c87ddc5

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

.babelrc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"plugins": [
1515
"@babel/plugin-proposal-class-properties",
1616
"@babel/plugin-proposal-object-rest-spread",
17+
"@babel/plugin-transform-runtime"
1718
],
1819
"presets": [
1920
[

package-lock.json

+32-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"react-dom": "^15.5.4 || ^16.0.0"
4040
},
4141
"dependencies": {
42+
"@babel/runtime": "7.0.0-rc.1",
4243
"classnames": "2.2.6",
4344
"deep-assign": "2.0.0",
4445
"keycode": "2.2.0",
@@ -53,6 +54,7 @@
5354
"@babel/core": "7.0.0-rc.1",
5455
"@babel/plugin-proposal-class-properties": "7.0.0-rc.1",
5556
"@babel/plugin-proposal-object-rest-spread": "7.0.0-rc.1",
57+
"@babel/plugin-transform-runtime": "7.0.0-rc.1",
5658
"@babel/preset-env": "7.0.0-rc.1",
5759
"@babel/preset-react": "7.0.0-rc.1",
5860
"autoprefixer": "9.1.1",

0 commit comments

Comments
 (0)