mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:39:29 +08:00
10 lines
246 B
JavaScript
Executable file
10 lines
246 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
// -*- js -*-
|
|
/* eslint-env node */
|
|
|
|
"use strict";
|
|
|
|
process.stderr.write( "DEPRECATION WARNING: uglifyjs binary will soon be discontinued!\n");
|
|
process.stderr.write("Please use \"terser\" instead.\n\n");
|
|
|
|
require("./terser");
|