Open MinaMatta98 opened 3 months ago
Hello,
This is solved when I first do a conversion with the following:
browserify scriptName.js -o bundle.js -t [ babelify --presets [ @babel/preset-env @babel/preset-react ] --plugins [ @babel/plugin-transform-class-properties ] ]
and then run
browserify -p tinyify bundle.js -o index.js
Hello,
Thank you for this awesome tool.
I am receiving the following error when minifying my project:
Node Version:
Command Run:
TsConfig:
Package.json
The file to be minified can be found on: https://drive.google.com/file/d/1DuqHZAO_CDXJm1prnJArkI4cShG9EIkW/view?usp=sharing
Any help would be greatly appreciated