source:
frontend/node_modules/terser/bin/uglifyjs
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 246 bytes | |
| Line | |
|---|---|
| 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.
