File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ if (process.env.NODE_ENV === "production") {
6161 mainConfig . plugins . push (
6262 new BabiliWebpackPlugin ( ) ,
6363 new webpack . DefinePlugin ( {
64- 'process.env.NODE_ENV' : '"production"' ,
64+ 'process.env.NODE_ENV' : '"production"' ,
6565 'process.env' : require ( "dotenv" ) . config ( {
6666 path : path . join ( __dirname , "../.env" )
67- } ) . parsed
67+ } ) . parsed
6868 } )
69- ) ;
69+ ) ;
7070}
7171
7272module . exports = mainConfig ;
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ if (process.env.NODE_ENV === 'production') {
163163 'process.env.NODE_ENV' : '"production"' ,
164164 'process.env' : require ( "dotenv" ) . config ( {
165165 path : path . join ( __dirname , "../.env" )
166- } ) . parsed
166+ } ) . parsed
167167 } ) ,
168168 new webpack . LoaderOptionsPlugin ( {
169169 minimize : true
You can’t perform that action at this time.
0 commit comments