Skip to content
Snippets Groups Projects
  1. Jun 29, 2023
  2. Jun 28, 2023
    • Jed Fox's avatar
      Clean up the public/ folder (#1187) · c88038e9
      Jed Fox authored
      - Remove unused CSS files
      - Set up the `.wasm` files to be automatically copied in
      - `sql-wasm-debug.wasm` is removed entirely since we never use the
      debug/dev build of sql.js. This reduces the app download size by 1MB on
      the server side. It may be worth enabling the debug build automatically
      in the future?
      c88038e9
  3. Jun 10, 2023
    • Jed Fox's avatar
      Update loot-core to webpack 5 (#1115) · f06edd72
      Jed Fox authored
      ~based on #1114~
      
      This brings its build process up to date with the rest of the project.
      We can now use Node 20 to build successfully.
      
      Closes #918
      f06edd72
  4. May 24, 2023
  5. Apr 12, 2023
    • Jed Fox's avatar
      Remove usage of `realpath` (#893) · ad9cd5fc
      Jed Fox authored
      It turns out this command is not installed by default on macOS.
      Fortunately the code doesn’t really require it to be used.
      ad9cd5fc
  6. Apr 10, 2023
    • Alberto Gasparin's avatar
      Convert commonjs to esm (#877) · cd00da76
      Alberto Gasparin authored
      This PR converts everything (aside from electron) from CommonJS to ESM.
      It is needed to reduce the changes that will happen during the migration
      to Typescript (as TS does not play nice with CJS).
      
      Basically:
      - rewrite `require()` to `import`
      - rewrite `module.exports` to `exports`
      - introduce `ts-node` to run importers so we can convert them to TS too
      
      Lastly, sorry for this larg-ish PR, not my preference but when I tried
      to reduce its scope, I would end up with mixed commons/esm that was even
      more tricky to handle.
      cd00da76
  7. Apr 09, 2023
  8. Apr 06, 2023
  9. Feb 28, 2023
  10. Jan 14, 2023
  11. Jan 12, 2023
  12. Nov 13, 2022
  13. Aug 31, 2022
  14. Aug 30, 2022
  15. Aug 23, 2022
  16. Aug 12, 2022
  17. Jun 29, 2022
  18. Apr 29, 2022
Loading