formatting

This commit is contained in:
Ell 2022-03-29 13:19:33 +02:00
parent 683e245197
commit 1172aa121f

View file

@ -1,13 +1,11 @@
import esbuild from "esbuild"; import esbuild from "esbuild";
import process from "process"; import process from "process";
import builtins from 'builtin-modules' import builtins from 'builtin-modules';
const banner = const banner = `/*
`/*
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
if you want to view the source, please visit the github repository of this plugin if you want to view the source, please visit the github repository of this plugin
*/ */`;
`;
const prod = (process.argv[2] === 'production'); const prod = (process.argv[2] === 'production');