UNPKG

212 BJavaScriptView Raw
1module.exports = () =>
2 (process.env.WEBPACK_BUILD_ENV === 'dev' || (typeof __DEV__ !== 'undefined' && __DEV__))
3 ? `http://localhost:${process.env.WEBPACK_DEV_SERVER_PORT || 3001}/dist/`
4 : `/`