We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac58730 commit 5a9bd60Copy full SHA for 5a9bd60
.yarnrc
@@ -1,2 +1 @@
1
save-prefix ""
2
-registry "http://registry.npmjs.org/"
tools/webpack.config.js
@@ -7,8 +7,7 @@ module.exports = {
7
output: {
8
path: `${env.APP_ROOT}/static/`,
9
filename: '[name].[hash].js',
10
- // FIXME: do we need this?
11
- publicPath: 'ToReplaceByVerdaccio/-/static',
+ publicPath: '/-/static',
12
},
13
14
resolve: {
0 commit comments