Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
夏敏伟
xxx_phase2_web
Commits
38ba641f
Commit
38ba641f
authored
Oct 30, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认打包文件名从dist---->web
parent
9992f516
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-1
webpack.config.js
webpack.config.js
+1
-1
No files found.
.gitignore
View file @
38ba641f
node_modules/
node_modules/
dist/
.vscode/
.vscode/
src/view/zchj/zchj1.vue
src/view/zchj/zchj1.vue
web/
\ No newline at end of file
webpack.config.js
View file @
38ba641f
...
@@ -11,7 +11,7 @@ module.exports = {
...
@@ -11,7 +11,7 @@ module.exports = {
entry
:
path
.
resolve
(
__dirname
,
'
./src/main.js
'
),
// 项目入口文件
entry
:
path
.
resolve
(
__dirname
,
'
./src/main.js
'
),
// 项目入口文件
output
:
{
output
:
{
filename
:
'
[name].[contenthash:8].js
'
,
filename
:
'
[name].[contenthash:8].js
'
,
path
:
path
.
resolve
(
__dirname
,
'
./
dist
'
)
// 打包后的目录
path
:
path
.
resolve
(
__dirname
,
'
./
web
'
)
// 打包后的目录
},
},
resolve
:{
resolve
:{
alias
:{
alias
:{
...
...
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