forked from sombochea/verdaccio-ui
feat: add browser features to browse by version (#125)
* feat: add browser features to browse by version * chore: verify whether version exist * chore: add link on versions * chore: udpate imports * chore: use mui links * test: add unit test * chore: Add todo list * chore: remove imports
This commit is contained in:
committed by
GitHub
parent
bbec54d602
commit
1904179af3
@@ -18,7 +18,9 @@ new WebpackDevServer(compiler, {
|
||||
contentBase: `${env.DIST_PATH}`,
|
||||
publicPath: config.output.publicPath,
|
||||
hot: true,
|
||||
historyApiFallback: true,
|
||||
historyApiFallback: {
|
||||
disableDotRule: true,
|
||||
},
|
||||
quiet: true,
|
||||
noInfo: false,
|
||||
stats: {
|
||||
|
||||
Reference in New Issue
Block a user