Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2018-10-15 20:18:43 +0800
Commit
df0e84aadf0f4bd6a412e92700172e0fbf44e8b8
1 parent
936c83ca
字体路径
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/webpack.base.config.js
build/webpack.base.config.js
View file @
df0e84a
...
...
@@ -101,7 +101,7 @@ module.exports = (env) => {
loader
:
'url-loader'
,
options
:
{
limit
:
10000
,
name
:
'fonts/[name].[ext]'
name
:
env
===
'pro'
?
'../fonts/[name].[ext]'
:
'fonts/[name].[ext]'
}
},
{
test
:
/
\.
vue$/
,
...
...
Please
register
or
login
to post a comment