Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
陈峰
2017-06-26 14:13:37 +0800
Commit
bd9f0968a5981010985b4c173871d17789be39e7
1 parent
4ddffc41
remove plugin
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
build/webpack.dll.conf.js
build/webpack.dll.conf.js
View file @
bd9f096
...
...
@@ -53,7 +53,6 @@ let webpackConfig = {
}])
},
plugins
:
[
new
webpack
.
optimize
.
ModuleConcatenationPlugin
(),
new
webpack
.
DllPlugin
({
path
:
path
.
join
(
__dirname
,
'/dll/manifest.json'
),
name
:
'[name]_[chunkhash]'
,
...
...
Please
register
or
login
to post a comment