Commit Graph

17 Commits (283d192fe8c7ac51f552a5a7a400f6732d2812e3)

Author SHA1 Message Date
Panagiotis Papadopoulos cdb988ff64 webpack: revert accidental changing of devtool 2025-02-22 13:02:40 +07:00
Panagiotis Papadopoulos 0b4f5e998e webpack: add filename option to miniCssExtractPlugin
commented out for now, because it currently does not make sense yet.
This will be working, when I change webpack output to the "build" folder
instead of the current (messy) way, where it outputs into src/public/app-dist
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos dde24785b8 entrypoint: add missing login entry point and port to TS 2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos f6d9b42911 entrypoint: add missing, currently required set_password entry point
TODO: I think this can actually be part of the setup entrypoint/view at some point
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos ac53079a39 webpack: replace style-loader with `mini-css-extract-plugin`
will allow to have css files instead of style blocks in the html file
2025-02-22 11:56:56 +07:00
Panagiotis Papadopoulos fc6b9e00bc webpack: add bootstrap webpack config
https://getbootstrap.com/docs/5.3/getting-started/webpack/
2025-02-22 11:56:56 +07:00
Elian Doran faf14e1b14
Merge pull request #1043 from TriliumNext/fix_webpack-share-entry
fix(webpack): add missing share.js entry point
2025-01-25 23:42:41 +07:00
Panagiotis Papadopoulos 2031029076 chore(webpack): add Configuration type
-> allows for intellisense in e.g. VSCode
2025-01-25 11:31:46 +07:00
Panagiotis Papadopoulos b7f8f00a14 fix(webpack): add missing share.js entry point 2025-01-24 19:30:07 +07:00
Elian Doran 4cbb529fd4
chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
Elian Doran e7e763435e
feat(client): use shared config which also fixes production builds 2024-12-21 21:22:27 +07:00
Elian Doran 3dbf8fb1c1 build: Fix running webpack on ESM 2024-07-23 00:12:08 +07:00
Elian Doran 2750df04a3
server-esm: Change simple library import statements 2024-07-18 21:37:45 +07:00
Elian Doran 35d11cc0d2
server-esm: Change simple local import statements 2024-07-18 21:35:17 +07:00
Elian Doran 947aaa6156
webpack: Switch to TypeScript-based config 2024-07-13 21:10:40 +07:00
Elian Doran 60d134a89b
Revert "docker: Fix webpack"
This reverts commit 0a7fcf399f.
2024-07-13 11:32:02 +07:00
Elian Doran 0a7fcf399f
docker: Fix webpack 2024-07-13 11:06:45 +07:00