Browse Source

revert d450db8

pull/1817/head
afc163 9 years ago
parent
commit
01705e264e
  1. 3
      .babelrc
  2. 3
      package.json

3
.babelrc

@ -0,0 +1,3 @@
{
"presets": ["es2015", "react", "stage-0"]
}

3
package.json

@ -147,8 +147,7 @@
"/_site/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
"/node_modules/"
],
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
"testDirectoryName": "tests"

Loading…
Cancel
Save