File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " monkey-react-scripts" ,
3- "version" : " 0.0.3 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Monkey react script runner" ,
55 "main" : " index.js" ,
66 "repository" :
" [email protected] :monkey-patches/monkey-react-scripts.git" ,
Original file line number Diff line number Diff line change 11var fs = require ( 'fs' ) ;
22var path = require ( 'path' ) ;
3- var chalk = require ( 'chalk' ) ;
4- var appPath = require ( 'react-scripts/config/paths' ) . appPath ;
53
64process . env . NODE_ENV = 'production' ;
75
86require ( 'dotenv' ) . config ( { silent : true } ) ;
97
8+ var chalk = require ( 'chalk' ) ;
9+ var appPath = require ( 'react-scripts/config/paths' ) . appPath ;
1010var webpackMonkeyPath = path . resolve ( appPath , 'webpack.monkey.js' ) ;
1111var webpackConfig = require ( 'react-scripts/config/webpack.config.prod' ) ;
1212
Original file line number Diff line number Diff line change 11var fs = require ( 'fs' ) ;
22var path = require ( 'path' ) ;
3- var chalk = require ( 'chalk' ) ;
4- var appPath = require ( 'react-scripts/config/paths' ) . appPath ;
53
64process . env . NODE_ENV = 'development' ;
75
86require ( 'dotenv' ) . config ( { silent : true } ) ;
97
8+ var chalk = require ( 'chalk' ) ;
9+ var appPath = require ( 'react-scripts/config/paths' ) . appPath ;
1010var webpackMonkeyPath = path . resolve ( appPath , 'webpack.monkey.js' ) ;
1111var webpackConfig = require ( 'react-scripts/config/webpack.config.dev' ) ;
1212
You can’t perform that action at this time.
0 commit comments