From 2eeb9bebf6852880cc5093286e5af6e67745021a Mon Sep 17 00:00:00 2001 From: Jack OConnor Date: Wed, 4 Dec 2024 17:48:23 +0000 Subject: [PATCH] Cleanup --- grunt/replace.js | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/grunt/replace.js b/grunt/replace.js index 121a3ff4a..00c31c079 100644 --- a/grunt/replace.js +++ b/grunt/replace.js @@ -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