mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-24 23:55:46 -05:00
fix: typo entry point
This commit is contained in:
parent
a6321a0961
commit
ceb44aa22b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default {
|
|||
'react-hot-loader/patch',
|
||||
'webpack-dev-server/client?http://localhost:4872',
|
||||
'webpack/hot/only-dev-server',
|
||||
`${env.SRC_ROOT}/webui/src/index.jss`
|
||||
`${env.SRC_ROOT}/webui/src/index.js`
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue