Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Aug 26, 2018
1 parent c34f536 commit d0c79a5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ entry point for Node.js as demonstrated below:
},
{
- "react-scripts": "^1.1.1"
+ "react-app-tools": "^3.0.3"
+ "react-app-tools": "^3.0.5"
},
"scripts": {
- "start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app",
"version": "3.0.3",
"version": "3.0.5",
"private": true,
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-app-tools/config/babel.dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(api, opts) {
var isEnvTest = env === 'test';
if (!isEnvDevelopment && !isEnvProduction && !isEnvTest) {
throw new Error(
'Using `babel-preset-react-app` requires that you specify `NODE_ENV` or ' +
'Using `react-app-tools/config/babel` requires that you specify `NODE_ENV` or ' +
'`BABEL_ENV` environment variables. Valid values are "development", ' +
'"test", and "production". Instead, received: ' +
JSON.stringify(env) +
Expand Down
1 change: 1 addition & 0 deletions packages/react-app-tools/config/babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = function(api, opts) {
{
targets: {
node: '8.11',
browsers: [],
},
},
],
Expand Down
5 changes: 1 addition & 4 deletions packages/react-app-tools/config/jest/babelTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
const babelJest = require('babel-jest');

module.exports = babelJest.createTransformer({
presets: [require.resolve('babel-preset-react-app')],
// @remove-on-eject-begin
babelrc: false,
// @remove-on-eject-end
presets: [require.resolve('../babel')],
});
2 changes: 1 addition & 1 deletion packages/react-app-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app-tools",
"version": "3.0.3",
"version": "3.0.5",
"description": "Build and test tooling for web application development with Node.js and React.",
"repository": "kriasoft/react-app",
"author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",
Expand Down

0 comments on commit d0c79a5

Please sign in to comment.