Commit graph

10 commits

Author SHA1 Message Date
447e72b16e
refactor: Add CSS extraction for production build
- Add `mini-css-extract-plugin` to `devDependencies`
- Optimize production builds with `MiniCssExtractPlugin`
- Improve CSS webpack rules for production and development builds
2023-05-29 12:44:29 +01:00
57bd41febf
refactor: Refactor webpack config and asset handling
- Improve webpack performance and configuration
- Delete unnecessary CSS and binary files
- Adjust ESLint ignored files list
- Update package.json with webpack mode for dev and prod scripts
- Move app.css to app.js in master.blade.php
2023-05-08 21:56:05 +01:00
a0db33067c
2023 Redesign v1 2023-04-07 15:09:29 +01:00
ae43cf0928 Fix profile links and pagination 2022-05-15 17:10:42 +01:00
4e7170f3c6 Dependency updates 2022-01-08 18:40:34 +00:00
394a0cf15d Re-compiled css assets 2021-08-31 16:53:07 +01:00
b7a4efb555 Update dependencies and re-compile assets 2021-04-29 20:36:13 +01:00
1406e8b520 Some dependency updates 2021-01-31 14:50:01 +00:00
42340828bf Pass js through babel and eslint 2020-11-27 15:22:54 +00:00
c4eed8e41a Use webpack and postcss to generate CSS 2020-11-15 18:50:19 +00:00