Skip to content

Commit

Permalink
[main] debug build for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Dec 11, 2024
1 parent 21f59b5 commit 60982b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ module.exports = function(grunt) {

replace: {
writeVersion: {
src: ['<%= pkg.main.js.requirejs.options.out %>','<%= pkg.main.js.postload.options.out %>'],
src: ['<%= pkg.main.js.requirejs.options.out %>', '<%= pkg.main.js.postload.options.out %>',
packageFile.main.js.babel.files[0].dest],
overwrite: true,
replacements: [{
from: /\{\{PRODUCT_VERSION\}\}/g,
Expand Down

0 comments on commit 60982b9

Please sign in to comment.