Commit Graph
9 Commits
Author SHA1 Message Date
Sulka HaroandGitHub 28e75a67b4 Possibly fix Loop time zones not being recognised in profile editor and reports (#7833)
* * Change profile editor so it works when client uploads profiles where string case doesn't match editor expectations
* Re-enable culling down time zone data sent to client

* Add a workaround to fix Loop uploading non-ISO compliant time zone identifier
2023-01-24 20:04:48 +02:00
Sulka HaroandGitHub 3a0629578e Refactor moment to be loaded from ctx (#7331)
* Experimental branch that replaces momentjs with dayjs in the client

* Revert unintentional change

* feat

* Turns out dayjs is a no-go, but this has some good restructuring so submitting that
2023-01-01 19:14:59 +02:00
Martin Minka 0fd05c2309 fix webpack 5 in Lerna 2022-10-29 11:19:56 +02:00
Ben WestandGitHub aed99985c4 Merge branch 'dev' into new_cache_location 2022-10-01 12:11:46 -07:00
Sulka Haro 37a2a0d004 Try .cache in node_modules 2022-08-29 10:28:09 +03:00
Sulka Haro 7b01d49577 Experimenting around changing build artefact location to go to node_modules, so the content is retained across cached builds in various PAAS environments 2022-08-28 09:37:04 +03:00
PieterGit fb4d467755 update Node requirements. This is a follow up from https://github.com/nightscout/cgm-remote-monitor/pull/7417 since @bewest already merged his branch to dev
add NodeJS 16.x support.
drop NodeJS 12.x support.It reached End-of-Life status on 30 April 2022
allow NodeJS 18.x support to run for CI
upgrade webpack and webpack-cli
update browserlist and browser documentation, config is now at .browserslistrc
update README.md for browsers and Node versions
fix typos in comments in lib/client/hashauth.js and webpack/webpack.config from https://github.com/nightscout/cgm-remote-monitor/pull/7440
2022-08-15 17:44:08 +02:00
Sulka Haro 2189bea307 * Bump version to 14.2.3
* Change packaging to include full moment.js locale library to fix date processing issues for some users
2021-02-23 14:54:32 +02:00
Ben West aa4dca7cc7 task: tidy project root: webpack
This change attempts to tidy the project root by moving webpack configuration
into it's own subdirectory.  The metadata has been updated to match this information.

In addition, the configuration file itself is simplified for future maintainers
in some ways. Now the configuration to a projectRoot which is calculated
exactly once, instead of introspecting from __dirname each time.
2021-02-18 10:39:44 -08:00