Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3b8358ab
authored
Nov 11, 2021
by
lanyulei
Committed by
GitHub
Nov 11, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #88 from lanyulei/dev
fix: 调整编译后的静态文件位置的问题。
parents
9dd52bfb
7a600bbc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
vue.config.js
vue.config.js
View file @
3b8358ab
...
@@ -28,7 +28,7 @@ module.exports = {
...
@@ -28,7 +28,7 @@ module.exports = {
*/
*/
publicPath
:
'/'
,
publicPath
:
'/'
,
outputDir
:
'web'
,
outputDir
:
'web'
,
assetsDir
:
'
.
'
,
assetsDir
:
'
static
'
,
lintOnSave
:
false
,
// process.env.NODE_ENV === 'development',
lintOnSave
:
false
,
// process.env.NODE_ENV === 'development',
productionSourceMap
:
false
,
productionSourceMap
:
false
,
devServer
:
{
devServer
:
{
...
...
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