Add logic to load server data into vuex for the request when visiting a server page
This commit is contained in:
parent
a42280dd84
commit
2ab66ba8c8
6 changed files with 82 additions and 99 deletions
|
@ -68,7 +68,7 @@ const productionPlugins = [
|
|||
|
||||
module.exports = {
|
||||
mode: process.env.NODE_ENV,
|
||||
devtool: process.env.NODE_ENV === 'production' ? false : 'source-map',
|
||||
devtool: process.env.NODE_ENV === 'production' ? false : 'eval-source-map',
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue