File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if (process.env.npm_config_preview || rawArgv.includes('--preview')) {
26
26
app . listen ( port , function ( ) {
27
27
console . log ( chalk . green ( `> Preview at http://localhost:${ port } ${ publicPath } ` ) )
28
28
if ( report ) {
29
- console . log ( chalk . green ( `> Report at http://localhost:${ port } ${ publicPath } / report.html` ) )
29
+ console . log ( chalk . green ( `> Report at http://localhost:${ port } ${ publicPath } report.html` ) )
30
30
}
31
31
32
32
} )
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ module.exports = {
114
114
elementUI : {
115
115
name : 'chunk-elementUI' , // split elementUI into a single package
116
116
priority : 20 , // the weight needs to be larger than libs and app or it will be packaged into libs or app
117
- test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] e l e m e n t - u i [ \\ / ] /
117
+ test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] _ ? e l e m e n t - u i ( . * ) / // in order to adapt to cnpm
118
118
} ,
119
119
commons : {
120
120
name : 'chunk-commons' ,
You can’t perform that action at this time.
0 commit comments