fix: improve production build process and remove unused imports
Some checks failed
Code quality checks / biome (push) Failing after 14s
Some checks failed
Code quality checks / biome (push) Failing after 14s
This commit is contained in:
parent
a8a4031437
commit
ed89311c3f
3 changed files with 6 additions and 2 deletions
|
@ -11,6 +11,7 @@ const build = async () => {
|
|||
sourcemap: "linked",
|
||||
splitting: true,
|
||||
publicPath: "/assets/",
|
||||
drop: (development ? [] : ["console", "debugger"]),
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue