zsoltszabo / node-uglifier

Fully auto merging and obfuscating (uglify) a whole NodeJs project into one file with external files option. Thieves lose the module name and structure information, code runs faster. Makes deployement super easy! It can also separate a project's original files based on the dependency tree.
MIT License
179 stars 28 forks source link

Problem with some requires #28

Open tm1000 opened 7 years ago

tm1000 commented 7 years ago

This is transformed correctly:

require('./folder/file.js')

This is not:

require('./folder/file');