This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: comment webpack proxy config
pull/14/head
Tyler Chen
4 years ago
parent
6db509f942
commit
2fca5f2926
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
webpack.config.js
+ 3
- 3
webpack.config.js
View File
@@ -44,9 +44,9 @@ module.exports = {
],
devServer: {
historyApiFallback: true,
proxy: {
'/api': 'http://beta.bubv.net:8888'
}
//
proxy: {
//
'/api': 'http://beta.bubv.net:8888'
//
}
},
externals: {
// global app config object
Write
Preview
Loading…
Cancel
Save