Commit graph

6 commits

Author SHA1 Message Date
ItsVipra
40ee141c84 do not minify extension code 2023-07-10 19:00:54 +02:00
nachtjasmin
f169b79e3e
Exclude JS files from copying with a .endsWith
Unfortunately, the src is relative on Unix-like systems and absolute on
Windows systems. I don't know who has decided for that bullshit, but
surely there must be a reason. For now, it's easier to just do a little
string comparison.
2023-06-14 17:13:12 +02:00
nachtjasmin
1a4f26c538
Remove OS-specific separators from copy plugin 2023-06-14 17:01:28 +02:00
nachtjasmin
5da1a090f9
Use path.join for platform-native entrypoints
fucking windows, of course.
2023-06-14 16:12:55 +02:00
nachtjasmin
0b9c6bee8a
Invert the filter for static file copying
A better name would have been "include" instead of "filter".
2023-05-31 19:50:17 +02:00
nachtjasmin
b0ae9f9111
Add build scripts based on esbuild 2023-05-30 18:35:17 +02:00