Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
271dfcdd
Commit
271dfcdd
authored
Mar 18, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包去掉map
parent
18f2def3
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
32 additions
and
16 deletions
+32
-16
vue.config.js
develop/@gms/gms-plugin-billexpand/vue.config.js
+2
-1
vue.config.js
...op/@gms/gms-plugin-mainpage-commonfunctions/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-feedback/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-fileList/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-mybill/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-newsList/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-reimburseBill/vue.config.js
+2
-1
vue.config.js
...p/@gms/gms-plugin-mainpage-reimburseExpense/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-mainpage-workflowcard/vue.config.js
+2
-1
vue.config.js
develop/@gms/gms-plugin-workflow/vue.config.js
+2
-1
vue.config.js
develop/@rbc/bill-runner-query/vue.config.js
+2
-1
vue.config.js
develop/@rbc/control-strategy/vue.config.js
+2
-1
vue.config.js
develop/@rbc/file-management/vue.config.js
+2
-1
vue.config.js
develop/@rbc/invoice/vue.config.js
+2
-1
vue.config.js
develop/@rbc/runner-bill-form/vue.config.js
+2
-1
vue.config.js
develop/@rbc/workflow-job-view/vue.config.js
+2
-1
No files found.
develop/@gms/gms-plugin-billexpand/vue.config.js
View file @
271dfcdd
...
@@ -61,7 +61,8 @@ var config = {
...
@@ -61,7 +61,8 @@ var config = {
// })
// })
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-commonfunctions/vue.config.js
View file @
271dfcdd
...
@@ -60,7 +60,8 @@ var config = {
...
@@ -60,7 +60,8 @@ var config = {
symbolId
:
'icon-plugin-[name]'
symbolId
:
'icon-plugin-[name]'
})
})
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-feedback/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-fileList/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-mybill/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-newsList/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-reimburseBill/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-reimburseExpense/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-mainpage-workflowcard/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@gms/gms-plugin-workflow/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/bill-runner-query/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/control-strategy/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/file-management/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/invoice/vue.config.js
View file @
271dfcdd
...
@@ -62,7 +62,8 @@ var config = {
...
@@ -62,7 +62,8 @@ var config = {
})
})
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/runner-bill-form/vue.config.js
View file @
271dfcdd
...
@@ -49,7 +49,8 @@ var config = {
...
@@ -49,7 +49,8 @@ var config = {
chainWebpack
:
config
=>
{
chainWebpack
:
config
=>
{
config
.
optimization
.
delete
(
'splitChunks'
)
config
.
optimization
.
delete
(
'splitChunks'
)
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
develop/@rbc/workflow-job-view/vue.config.js
View file @
271dfcdd
...
@@ -62,7 +62,8 @@ var config = {
...
@@ -62,7 +62,8 @@ var config = {
})
})
},
},
css
:
{
extract
:
false
}
css
:
{
extract
:
false
},
productionSourceMap
:
process
.
env
.
NODE_ENV
===
"development"
?
true
:
false
}
}
lintOnSave
:
false
,
lintOnSave
:
false
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment