other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
060c79588e83335aab143d927052ec79e610ec3b
Authored by
huanghong
2018-04-09 20:46:32 +0800
1 parent
9d3aada3
remove devServer
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
build/webpack.dev.config.js
Inline
Side-by-side
build/webpack.dev.config.js
Wrap text
Show/Hide comments
View file @
060c795
...
...
@@ -41,8 +41,5 @@ module.exports = merge(webpackBaseConfig, {
41
41
template: path.join(__dirname, '../examples/index.html')
42
42
}),
43
43
new FriendlyErrorsPlugin()
44
- ],
45
- devServer:{
46
- host: '0.0.0.0'
47
- }
44
+ ]
48
45
});
...
...