Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Dec 4, 2024
1 parent e058a75 commit 2eeb9be
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions grunt/replace.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,24 +249,6 @@ module.exports = function(grunt) {
}
},

/**************
* MINIFIED FILES
* Need to re-inject the webpack comment fix, which gets lost during esbuild minification
**************/
minifiedWebpackFix: {
options: {
patterns: [
{
match: /import\(/g,
replacement: 'import(/* webpackIgnore: true */ '
},
],
},
files: {
'build/js/intlTelInput.min.js': 'build/js/intlTelInput.min.js',
'build/js/intlTelInputWithUtils.min.js': 'build/js/intlTelInputWithUtils.min.js',
},
},

/**************
* README file
Expand Down

0 comments on commit 2eeb9be

Please sign in to comment.