File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const getWebpackConfig = require('../webpack.config');
33
44function compile ( ) {
55 return new Promise ( ( resolve , reject ) => {
6- console . log ( 'compile jsx start' , process . env ) ;
6+ console . log ( 'compile jsx start' ) ;
77 const config = getWebpackConfig ( { minimize : false } ) ;
88 webpack ( config , ( err , stats ) => {
99 if ( err ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const getWebpackConfig = require('../webpack.config');
33
44function compile ( ) {
55 return new Promise ( ( resolve , reject ) => {
6- console . log ( 'compile jsx start' , process . env ) ;
6+ console . log ( 'compile jsx start' ) ;
77 const config = getWebpackConfig ( { minimize : false } ) ;
88 webpack ( config , ( err , stats ) => {
99 if ( err ) {
You canβt perform that action at this time.
0 commit comments