build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 (#383)

This commit is contained in:
dependabot-preview[bot]
2019-12-18 17:54:27 -03:00
committed by Priscila Oliveira
parent 61dc9b0783
commit ef2b50a329
6 changed files with 14 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ new WebpackDevServer(compiler, {
proxy: [
{
context: ['/-/verdaccio/**', '**/*.tgz'],
target: 'http://localhost:4873',
target: 'http://localhost:8080',
},
],
}).listen(4872, 'localhost', function(err) {