Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-06-18 18:12:32 +0800
Commit
12d60fc89b4eea214cf1136f3d248c0f0c8267d5
1 parent
da5fa93f
完善打包脚本
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
public/webpack.config.js
public/webpack.config.js
View file @
12d60fc
...
...
@@ -38,6 +38,11 @@ module.exports = {
new
webpack
.
optimize
.
CommonsChunkPlugin
({
name
:
'libs'
,
filename
:
'libs.js'
}),
new
webpack
.
ProvidePlugin
({
$
:
'yoho-jquery'
,
jQuery
:
'yoho-jquery'
,
'window.jQuery'
:
'yoho-jquery'
})
]
};
...
...
Please
register
or
login
to post a comment