Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
86f7a9c5
authored
2023-06-09 09:11:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
docs:配置修改
1 parent
1c379ff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
vue.config.js
vue.config.js
View file @
86f7a9c
...
...
@@ -45,7 +45,7 @@ module.exports = {
}
},
css
:
{
extract
:
fals
e
,
// 是否使用css分离插件 ExtractTextPlugin
extract
:
tru
e
,
// 是否使用css分离插件 ExtractTextPlugin
sourceMap
:
false
,
// 开启 CSS source maps?
loaderOptions
:
{
sass
:
{
...
...
@@ -57,6 +57,10 @@ module.exports = {
// configureWebpack通过操作对象的形式,来修改默认的webpack配置
configureWebpack
:
{
name
:
name
,
optimization
:
{
usedExports
:
true
,
minimize
:
true
},
externals
:
[{
'./cptable'
:
'var cptable'
}],
...
...
Please
register
or
sign in
to post a comment