Commit graph

11 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
f5b037265b
Fix compiled assets for prod environments
- Set devtool to 'eval-source-map' only in development mode in webpack.config.js
2023-05-27 17:21:46 +01:00
e2f81ac7d0
Recompile public assets
Various npm dependencies have been updated recently, so recompile
2023-05-27 14:41:10 +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
132807e678 Update dependencies 2021-03-21 12:57:44 +00: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
e2b6874d9b Update dependencies, fix webpack configuration 2020-11-08 10:49:46 +00:00
ca882d0240 Update dependencies and rework webpack flow 2020-11-01 14:24:36 +00:00