A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/PanJiaChen/vue-element-admin/commit/c833cb6efabdef7f2d1241d1b204e2701f8a04c1 below:

optimization.splitChunks adapt cnpm module name · PanJiaChen/vue-element-admin@c833cb6 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 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: /[\\/]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