hustxiaoc / gulp-minify

minify js plugin for gulp
BSD 2-Clause "Simplified" License
65 stars 20 forks source link

Cannot read properties of undefined (reading 'replace') (line: undefined, col: undefined, pos: undefined #60

Closed ttaylor29 closed 1 year ago

ttaylor29 commented 1 year ago

Hello,

image

We have gulp minify version 3.1.0 in our application.

We run into some new files to use in our JavaScript and cannot bundle it in our production environment.

Here is the error: BundleErrorCleaned.txt

Here is the javascript file that is not bundling: ObserverHelperJS.txt

ttaylor29 commented 1 year ago

Update.

I took the ObserverHelperJS.txt file, went to Chat GPT, asked Chat GPT to convert it to pre-ES6, and tested successfully.

Then, everything is appropriately bundled for production.