Skip to content

Commit

Permalink
Babel config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoSolutions committed Jul 21, 2016
1 parent 08b407d commit 1e56f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 1 addition & 5 deletions wallaby_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1e56f81

Please sign in to comment.