diff --git a/.yarnrc b/.yarnrc index 235587f..fdd705c 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,2 +1 @@ save-prefix "" -registry "http://registry.npmjs.org/" diff --git a/tools/webpack.config.js b/tools/webpack.config.js index e13ed4f..fa87aab 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -7,8 +7,7 @@ module.exports = { output: { path: `${env.APP_ROOT}/static/`, filename: '[name].[hash].js', - // FIXME: do we need this? - publicPath: 'ToReplaceByVerdaccio/-/static', + publicPath: '/-/static', }, resolve: {