File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export default {
77 } ,
88 mode : 'production' ,
99 optimization : {
10+ // This is the feature that enables inlining, it's enabled by default in production mode
11+ inlineExports : true ,
1012 // disable minimize so you can understand the output
1113 minimize : false ,
1214 } ,
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ export default {
88 } ,
99 mode : 'production' ,
1010 optimization : {
11+ // This is the feature that enables inlining, it's enabled by default in production mode
12+ inlineExports : true ,
1113 // disable minimize so you can understand the output
1214 minimize : false ,
1315 } ,
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ export default {
77 } ,
88 mode : 'production' ,
99 optimization : {
10+ // This is the feature that enables inlining, it's enabled by default in production mode
11+ inlineExports : true ,
1012 // disable minimize so you can understand the output
1113 minimize : false ,
1214 } ,
You can’t perform that action at this time.
0 commit comments