Skip to content

Commit ee110ad

Browse files
author
David Brockman Smoliansky
committed
fix: remove babel runtime transform
1 parent 1eb26d5 commit ee110ad

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.babelrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"retainLines": true,
3-
"presets": [
4-
"es2015-node4"
5-
],
6-
"plugins": [
7-
"transform-runtime",
8-
"transform-strict-mode"
9-
]
2+
"presets": ["es2015-node4"]
103
}

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
"devDependencies": {
2020
"@springworks/test-harness": "1.3.4",
2121
"babel-cli": "6.8.0",
22-
"babel-core": "6.8.0",
2322
"babel-eslint": "6.0.4",
24-
"babel-plugin-transform-runtime": "6.8.0",
25-
"babel-plugin-transform-strict-mode": "6.8.0",
2623
"babel-preset-es2015-node4": "2.1.0",
24+
"babel-register": "6.8.0",
2725
"eslint": "2.9.0",
2826
"eslint-config-springworks": "7.0.3",
2927
"eslint-plugin-import": "1.8.0",

test/mocha.opts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
--recursive
44
--slow 200
55
--reporter spec
6+
--compilers js:babel-register
67
--require @springworks/test-harness
7-
--compilers js:babel-core/register

0 commit comments

Comments
 (0)