Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
e244e5f6
Commit
e244e5f6
authored
Oct 12, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整ico引入
parent
64152e73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
webpack.dev.conf.js
build/webpack.dev.conf.js
+1
-2
webpack.prod.conf.js
build/webpack.prod.conf.js
+1
-0
No files found.
build/webpack.dev.conf.js
View file @
e244e5f6
...
...
@@ -55,8 +55,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
new
HtmlWebpackPlugin
({
filename
:
'index.html'
,
template
:
'index.html'
,
inject
:
true
,
favicon
:
'./favicon.ico'
inject
:
true
}),
// copy custom static assets
new
CopyWebpackPlugin
([
...
...
build/webpack.prod.conf.js
View file @
e244e5f6
...
...
@@ -63,6 +63,7 @@ const webpackConfig = merge(baseWebpackConfig, {
new
HtmlWebpackPlugin
({
filename
:
config
.
build
.
index
,
template
:
'index.html'
,
favicon
:
'./favicon.ico'
,
inject
:
true
,
minify
:
{
removeComments
:
true
,
...
...
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