Merged PR 1039: changed build id from number to string
changed build id from number to string Related work items: #9877
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ const securityHeaders = [
|
|||||||
// },
|
// },
|
||||||
];
|
];
|
||||||
//const buildId = nextBuildId.sync({ dir: __dirname });
|
//const buildId = nextBuildId.sync({ dir: __dirname });
|
||||||
const buildId = Date.now();
|
const buildId = Date.now().toString();
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
env: {
|
env: {
|
||||||
|
|||||||
Reference in New Issue
Block a user