0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

fix: typo entry point

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-14 07:12:54 +02:00
parent a6321a0961
commit ceb44aa22b
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -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`
]
},