mirror of
https://github.com/NickKaramoff/shareon
synced 2025-02-08 07:38:52 +01:00
Minify with esbuild instead of terser
In the end, the files are basically of the same size, but esbuild is faster. We also do not need any extra packages.
This commit is contained in:
parent
bae7f40ef4
commit
70477e05c1
@ -3,13 +3,9 @@ import * as path from "node:path";
|
||||
import package_ from "./package.json";
|
||||
|
||||
export default defineConfig({
|
||||
esbuild: {
|
||||
minify: true,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
target: "esnext",
|
||||
minify: "terser",
|
||||
lib: {
|
||||
entry: path.resolve("./src/index.js"),
|
||||
name: "Shareon",
|
||||
|
Loading…
x
Reference in New Issue
Block a user