Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
ccbikai(👎🏻🍜)
8 years ago
Commit
17a5a5f8b1296e7f1cebbceef99f3bd62d9dfa38
1 parent
ae40b727
完善打包
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
public/webpack.config.js
public/webpack.config.js
View file @
17a5a5f
...
...
@@ -58,11 +58,8 @@ module.exports = {
resolve
:
{
modulesDirectories
:
[
'node_modules'
,
'./vue'
,
'./hbs'
,
'./scss'
,
'./js'
],
alias
:
{
common
:
path
.
join
(
__dirname
,
'js/common'
),
plugin
:
path
.
join
(
__dirname
,
'js/plugin'
),
js
:
path
.
join
(
__dirname
,
'js/'
),
template
:
path
.
join
(
__dirname
,
'./hbs'
),
'common.js'
:
path
.
join
(
__dirname
,
'js/common.js'
)
template
:
path
.
join
(
__dirname
,
'./hbs'
)
}
},
plugins
:
[
...
...
Please
register
or
login
to post a comment