+2
-2
lines changedFilter options
+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: /[\\/]node_modules[\\/]element-ui[\\/]/
117
+
test: /[\\/]node_modules[\\/]_?element-ui(.*)/ // 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4