forked from sombochea/verdaccio-ui
fix: proxy webpack setting
- it allows download tarballls in the same origin - update webpack dev server - add scenario for blob
This commit is contained in:
@@ -32,7 +32,7 @@ new WebpackDevServer(compiler, {
|
||||
},
|
||||
proxy: [
|
||||
{
|
||||
context: ['/-/verdaccio/logo', '/-/verdaccio/packages', '/-/static/logo.png'],
|
||||
context: ['/-/verdaccio/**', '**/*.tgz'],
|
||||
target: 'http://localhost:8080',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user