katbin/config
Akshit Garg 3f5b1d10ac
refactor(assets): swap webpack for esbuild
- Remove all webpack and babel related npm dependencies
- Add esbuild and esbuild-plugin-postcss2 as a dependency
- Add a custom `build.js` script to build css and js with esbuild
  and copy static files to the priv/static directory
- Modify `config/dev.exs` to use that build script as a watcher instead
  of webpack
- Modify `package.json` to use that build script in instead of webpack
- Modify `KetbinWeb.Endpoint` to serve the assets directory instead of
  css and js directories from static
- Modify the `app.html.eex` layout to use `assets` directory instead of
  separate css and js directories

Signed-off-by: Akshit Garg <garg.akshit@gmail.com>
2021-08-21 17:41:46 +05:30
..
config.exs chore(git): Initial commit 2021-08-09 14:18:23 +05:30
dev.exs refactor(assets): swap webpack for esbuild 2021-08-21 17:41:46 +05:30
dev.secret.sample.exs refactor(config): use secret files in dev mode 2021-08-21 16:47:31 +05:30
prod.exs feat(mailer): send mail asynchronously 2021-08-20 03:00:17 +05:30
releases.exs feat(mailer): send mail asynchronously 2021-08-20 03:00:17 +05:30
test.exs chore(auth): generate code for auth-authz 2021-08-11 12:27:23 +05:30