The default entry point is /analyseOTA in production enviroment. This is for the deployment on android.github.io/. Test: Mannual tested. Change-Id: Ic77277024b34b67b9964be8cf4f1592cebf5c5e8
5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
module.exports = {
|
|
publicPath: process.env.NODE_ENV === 'production'
|
|
? '/analyseOTA/'
|
|
: '/'
|
|
} |