mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
* fix: remove ToReplaceByVerdaccio #108 it populates CSS url() props with ToReplaceByVerdaccio which cannot be replaced anyway, this PR remove that string. https://github.com/verdaccio/ui/issues/108 * chore: remove comment
This commit is contained in:
parent
ac58730e8c
commit
5a9bd6001a
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user