Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
2016-07-30 18:40:01 +0800
Commit
d19681b36eb96be6169d9b1f7dc7e67727a5674e
1 parent
51c0c33d
去除全局 jquery
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
public/webpack.config.js
public/webpack.config.js
View file @
d19681b
...
...
@@ -64,11 +64,6 @@ 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