1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-08 15:48:43 +01:00

11 Commits

Author SHA1 Message Date
Nikita Karamov
6453f15d70
Remove banner 2023-01-25 20:29:15 +01:00
Nikita Karamov
48e44e25aa
Fix code style 2023-01-25 20:29:14 +01:00
Nikita Karamov
38155afa8a
Remove Browserslist config to always target the defaults 2023-01-25 20:29:14 +01:00
Nikita Karamov
d57a8cae50
Disable sourcemaps on the output 2023-01-25 20:29:14 +01:00
Nikita Karamov
1550573923
Build CSS using Vite 2023-01-25 20:29:14 +01:00
Nikita Karamov
ae67a19233
Update to Vite v4 2023-01-25 20:29:13 +01:00
Nikita Karamov
70477e05c1
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.
2023-01-25 20:29:13 +01:00
Nikita Karamov
e0e0f9bf63
Use "node" protocol for import 2022-02-10 22:21:09 +01:00
Nikita Karamov
dd3afd72b3
Use clearer name for package.json variable 2022-02-10 22:20:53 +01:00
Nikita Karamov
f6d5e43bcb
Add banner options from Rollup config 2022-02-10 21:44:35 +01:00
Nikita Karamov
77123986bf
Add vite as devDependency 2022-02-10 21:26:35 +01:00