added ver to qsurvey url
This commit is contained in:
parent
28a7e0f717
commit
1849d712b1
3 changed files with 37 additions and 8 deletions
5
build/version_loader.js
Normal file
5
build/version_loader.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
const version = require('../package.json').version;
|
||||
|
||||
module.exports = function(source) {
|
||||
return source.replace('VERSION', version);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue