Commit graph

30 commits

Author SHA1 Message Date
Markus Olsson
87049f6e57 Remove unused dependencies
electron-debug and devtron haven't been updated in years. Electron-devtools main function is adding keyboard shortcuts in dev mode to open devtools and the element selector. We use neither of these
2023-10-05 09:19:19 +02:00
tidy-dev
dc8f162f1b Remove file-loader dependency 2023-05-31 08:55:33 -04:00
Markus Olsson
365d089534 Prettify files with prettier 2.6.0
Co-Authored-By: Harry Hopkinson <63599884+Harry-Hopkinson@users.noreply.github.com>
2022-03-18 12:58:24 +01:00
Markus Olsson
4f539b98c8 Not a moment too soon 2022-03-11 12:43:25 +01:00
Markus Olsson
d9832ec469 Merge branch 'development' into if-it-smells-like-a-bundle-and-looks-like-a-bundle 2022-03-03 14:35:54 +01:00
Markus Olsson
ef849b0bde 🔥 webpack hack too skip file-metadata on Windows 2022-03-02 14:29:35 +01:00
Sergio Padrino
ffce7efca1 Don't clean the out dir… we didn't do it before anyway 2022-02-15 18:00:21 +01:00
Sergio Padrino
89103f406f I still don't know what I'm doing…
…but at least it builds!
2022-02-15 17:33:17 +01:00
Sergio Padrino
af7a84f8d4 I don't know what I'm doing 2022-02-14 18:22:25 +01:00
Markus Olsson
2c637f3e42 We're using ts-loader now 2022-01-28 10:57:12 +01:00
Markus Olsson
42a3b75308 Use ts-loader instead of awesome-typescript-loader
awesome-typescript-loader requires TS ^3
2022-01-28 10:30:48 +01:00
Sergio Padrino
a721b10339 Make tests pass
Co-Authored-By: Markus Olsson <634063+niik@users.noreply.github.com>
2022-01-11 13:20:01 +01:00
Sergio Padrino
9704466f42 Remove all traces of the old askpass trampoline script 🔥 🎉 2021-08-18 15:33:23 +02:00
rafeca
84f8054957
Remove custom resolution of node_modules in webpack configuration
WebPack was configured to only resolve packages in the `app/node_modules` folder, which causes issues when different versions of a dependency is required by two different packages (since yarn will add the conflicting dependencies in nested node_modules folders)
2020-08-04 14:06:36 +02:00
Markus Olsson
0e5f688b5a
Merge branch 'development' into interop-requires 2020-08-03 16:17:34 +02:00
Markus Olsson
7397d1ef93 Strip file-metadata on non-darwin platforms 2020-07-09 12:27:17 +02:00
Rafael Oleza
a3f21ac29b
Enable esModuleInterop in TypeScript configuration 2020-07-08 17:40:20 +02:00
evelyn masso
87465683d5 refactor release channel + publishing logic 2019-11-04 10:41:06 -08:00
Markus Olsson
380bab116c Platform-insensitive expressions 2019-09-23 16:43:37 +02:00
Brendan Forster
9b44455d17 add a file loader to pull in the cmd file 2018-12-17 14:32:51 -04:00
Brendan Forster
53084fc691 address webpack deprecation 2018-09-14 15:43:59 -03:00
Brendan Forster
e4f7c37a32 Merge branch 'master' into pr/3675 2018-06-21 10:27:18 -03:00
Brendan Forster
87cc7b99d3 Merge branch 'master' into pr/3675 2018-06-18 13:32:48 -03:00
Brendan Forster
56dc46433b avoid the cast, use the bang 2018-05-24 10:13:49 +10:00
Brendan Forster
e5652d3f70 fixing up some T Y P E S 2018-05-23 15:42:47 +10:00
Brendan Forster
a02d8c4f7f Merge branch 'master' into pr/3675 2018-05-23 15:27:18 +10:00
Brendan Forster
8910d3d2a4 i don't think this overriding is necessary any more 2018-05-21 16:03:30 +10:00
Jed Fox
ff06d2faa0 Remove use strict/<types> 2018-05-05 16:16:26 -04:00
Jed Fox
d279eca852 Refactor webpack.*.js exports 2017-12-24 11:27:05 -05:00
Jed Fox
7bf71974ff Convert the webpack configs to TS 2017-12-24 11:27:04 -05:00
Renamed from app/webpack.common.js (Browse further)