diff --git a/package.json b/package.json index 4b01f62..424c687 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,8 @@ "devDependencies": { "babel-core": "^6.3.17", "babel-loader": "^6.2.0", - "babel-plugin-transform-decorators-legacy": "^1.2.0", - "babel-plugin-transform-es2015-modules-commonjs": "^6.4.0", - "babel-plugin-transform-runtime": "^6.3.13", - "babel-plugin-transform-strict-mode": "^6.3.13", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", - "babel-preset-stage-0": "^6.3.13", "babel-register": "^6.7.2", "jasmine": "https://github.com/xolvio/jasmine-npm/archive/29065151846755d6bbad369f506143ebf69b168f.tar.gz", "json-loader": "^0.5.4", diff --git a/wallaby_client.js b/wallaby_client.js index d8a296c..87d31b7 100644 --- a/wallaby_client.js +++ b/wallaby_client.js @@ -22,11 +22,7 @@ module.exports = function (wallaby) { var wallabyPostprocessor = wallabyWebpack(webpackConfig); - var babelCompiler = wallaby.compilers.babel({ - babel: babel, - presets: ['react', 'es2015', 'stage-0'], - plugins: ['transform-decorators-legacy'], - }); + var babelCompiler = wallaby.compilers.babel(); var packageStubs = fs.readdirSync('./src/imports/testing/client/stubs') .map(function (fileName) {