source:
trip-planner-front/node_modules/terser/bin/uglifyjs@
bdd6491
Last change on this file since bdd6491 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 246 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | #!/usr/bin/env node |
2 | // -*- js -*- | |
3 | /* eslint-env node */ | |
4 | ||
5 | "use strict"; | |
6 | ||
7 | process.stderr.write( "DEPRECATION WARNING: uglifyjs binary will soon be discontinued!\n"); | |
8 | process.stderr.write("Please use \"terser\" instead.\n\n"); | |
9 | ||
10 | require("./terser"); |
Note:
See TracBrowser
for help on using the repository browser.