Commit graph

9 commits

Author SHA1 Message Date
Kaloyan Manolov
725e1d0007 fix: lint errors 2025-04-10 13:41:28 +03:00
Kaloyan Manolov
aa3f36afd3 fix: copy the fetch worker from gui 2025-04-04 16:27:23 +03:00
Kaloyan Manolov
b09ce5fa9f Update scratch-desktop to use webpack v5 and scratch-editor 2025-03-26 16:42:08 +02:00
Kaloyan Manolov
ce97c9ecec Switch out electron-webpack to be able to upgrade to webpack v5 2025-02-10 20:04:08 +02:00
Andy O'Neill
6913240c3a feat: high contrast support 2023-07-28 11:41:06 -04:00
Christopher Willis-Ford
34db5ceaac during webpack, find modules using require.resolve
This means the module will be found whether linked (as with `npm link`)
or not.
2020-09-30 09:32:54 -07:00
Christopher Willis-Ford
cca18b6d67 fix paths for CopyWebpackPlugin
These files are no longer listed as dependencies of scratch-desktop so
we need to reach into scratch-gui to get them. We should find a better
solution but this will work for now.
2020-09-03 16:57:04 -07:00
Christopher Willis-Ford
f3b8251408 build scratch-gui from source instead of using its build output 2020-08-11 20:07:28 -07:00
Christopher Willis-Ford
78d75dc3cf assume direct control of webpack config
Instead of overriding rules we don't want by matching the test exactly,
we now explicitly delete rules we don't want before adding any of our
custom rules.
2020-08-11 17:17:15 -07:00