erase arts in lifted where functions
This commit is contained in:
7
scripts/pack
Executable file
7
scripts/pack
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
(
|
||||
echo '(function(){'
|
||||
cat newt3.js
|
||||
echo '})()'
|
||||
) > iife.js
|
||||
esbuild --minify iife.js > min.js
|
||||
Reference in New Issue
Block a user