Wykres commitów

46 Commity (660c098166ca2253a56a28f8432b1ae28a47f42f)

Autor SHA1 Wiadomość Data
Alex Gleason 660c098166
Allow custom module imports 2022-05-09 17:57:15 -05:00
Alex Gleason 5ba4275f73
Stop doing Tabler import hack, use our forked version from git 2022-05-09 17:39:38 -05:00
Alex Gleason ed223a9ff6
Allow custom HTML snippets in build 2022-04-20 13:58:22 -05:00
Alex Gleason 7882bbf98f
Convert application entrypoint files into Typescript 2022-04-15 19:54:40 -05:00
Alex Gleason 4adb42e426
Webpack: add DeadCodePlugin to detect unused files 2022-04-14 15:22:37 -05:00
Alex Gleason 424d5d65af
Merge remote-tracking branch 'origin/develop' into next 2022-04-12 12:40:13 -05:00
Alex Gleason 7394452ad9
ForkTsCheckerWebpackPlugin: increase typescript memory limit to 8GB, fixes #865 2022-04-12 12:38:19 -05:00
Alex Gleason 5cd894ab02
Truth Social 2022-03-21 13:14:26 -05:00
Alex Gleason ea0b6e7fff
Copy custom instance files into the build 2022-03-05 14:38:21 -06:00
Alex Gleason 36ca05c85b
Support adding custom locale files at build time 2022-03-03 16:12:25 -06:00
Alex Gleason 3a5c62cb70 Revert "Merge branch 'revert-f59d977a' into 'develop'"
This reverts merge request !1056
2022-02-27 00:13:35 +00:00
Alex Gleason 1f549ebe1a Revert "Merge branch 'typescript' into 'develop'"
This reverts merge request !859
2022-02-26 23:55:34 +00:00
Alex Gleason 2b235a80e4
Merge remote-tracking branch 'origin/develop' into typescript 2022-02-19 01:25:06 -05:00
Alex Gleason 6323c7d70e
eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
Alex Gleason 966ca91e1a
eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
Alex Gleason 2a0e2001d6
eslint: enforce import/order 2022-01-10 16:01:24 -06:00
Alex Gleason f826d620b4
Start adding Typescript support 2021-11-04 19:28:04 -05:00
Alex Gleason 3de8dcced0
Tabler: add icons to ThumbNavigation 2021-09-20 17:05:59 -05:00
Alex Gleason 26c7068d66
Add Tabler icons 2021-09-20 15:33:28 -05:00
Alex Gleason 5eab5ec0a5
Webpack: move Twemoji icons back to CopyPlugin 2021-09-12 10:51:58 -05:00
Alex Gleason ec474ba4c2
Webpack: use one entrypoint 2021-09-10 19:30:47 -05:00
Alex Gleason 3359bda7f8
Webpack: bundle sounds as assets 2021-09-10 17:23:37 -05:00
Alex Gleason 19181f40c3
Webpack: bundle Twemoji icons as assets 2021-09-10 17:15:57 -05:00
Alex Gleason 275d898a63
Webpack: simplify module.rules 2021-09-09 12:00:42 -05:00
Alex Gleason 15283102d1
Upgrade Webpack to v5 2021-09-05 19:34:05 -05:00
Alex Gleason ea26e86a94
Rename FE_BASE_PATH to FE_SUBDIRECTORY 2021-09-05 13:21:39 -05:00
Alex Gleason e8623d0af8
Webpack: UnusedFilesWebpackPlugin: ignore locale whitelist files, about.example 2021-09-04 16:19:33 -05:00
Alex Gleason 16470c605f
Webpack: remove unneeded NormalModuleReplacementPlugin
It was adding 1 minute to build time, and the upstream issue is already fixed: https://github.com/remix-run/react-router/pull/5589
2021-09-04 15:27:31 -05:00
Alex Gleason ecb2c1de25
Subdirectory fixes: sounds, publicPath 2021-09-04 12:59:28 -05:00
Alex Gleason 868f514f5b
Webpack: use FE_BASE_PATH as publicPath 2021-09-03 13:49:18 -05:00
Alex Gleason bc759c87b2
Webpack: copy files into `/static` instead of starting them there 2021-09-03 13:06:04 -05:00
Alex Gleason bba6716cf7
Webpack: generate 404.html during build 2021-08-30 17:17:32 -07:00
Alex Gleason 655d5393a3
Webpack: output to 'static-test' for tests 2021-07-21 16:43:41 -05:00
Alex Gleason f061954fdb
Webpack: switch build directory to 'static' instead of 'static/packs', fix sw.js 2021-07-21 16:13:24 -05:00
Alex Gleason a3d5d1a882
Upgrade emoji-datasource to 5.0.0 2021-07-10 00:43:49 -05:00
Alex Gleason ba062a0c7d
Include sheet_10.png in build 2021-04-17 14:21:12 -05:00
Alex Gleason 651e45b96d
Package emojis as a dependency of twemoji 2021-04-17 13:30:22 -05:00
Alex Gleason 85939e9ec6
Add UnusedFilesWebpackPlugin to detect unused files 2021-03-23 15:22:10 -05:00
Alex Gleason 0bbdaa4191
eslint: trailing comma fixes, unused var 2020-10-07 13:08:36 -05:00
Alex Gleason 93ae2fff9b
Don't strip comments from HTML 2020-07-15 11:10:27 -05:00
Alex Gleason e935fb90b9
Remove generateLocalePacks.js 2020-06-04 17:31:17 -05:00
Alex Gleason 9d242a403b
Simplify Webpack CSS 2020-05-31 23:09:21 -05:00
Alex Gleason da3e63596b
Webpack: Reduce to one entrypoint, app/application.js 2020-05-28 18:46:24 -05:00
Alex Gleason afc7e33478
Use HtmlWebpackPlugin to inject chunks with hashes
Probably the worst code I've ever written in my life, I'm sorry
2020-05-17 21:02:57 -05:00
Alex Gleason 346bfd5d8d
Remove hashes from filenames for now 2020-03-27 22:13:36 -05:00
Alex Gleason b1b5dc62db
Initial commit 2020-03-27 15:59:38 -05:00