Remove version definition from the application and pass it on build time

This commit is contained in:
ErickSkrauch
2018-03-17 19:13:12 +03:00
parent 83c72e795d
commit cb00d0c712
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
module.exports = {
version: 'dev',
apiHost: 'https://dev.account.ely.by',
ga: {id: 'UA-XXXXX-Y'},
sentryCdn: 'https://<key>@sentry.io/<project>'
sentryCdn: 'https://<key>@sentry.io/<project>',
};