aboutsummaryrefslogtreecommitdiff
path: root/static/package.json (follow)
Commit message (Collapse)AuthorAge
* Add madge for frontend dep visualization.Hugo Hörnquist2021-11-10
|
* Major work on event creation.Hugo Hörnquist2021-11-08
|
* Start depending on npm.Hugo Hörnquist2021-11-05
Chromium can't handle JavaScript-modules in XHTML-document [1]. The workaround is to use a javascript bundler. Here we start depending on browserify. I evaluated both that and webpack, and browserify seemed to work marginally better with typescript. Unfortunately this also makes us depend on npm, where we unfortunately already are bloatet... $ ls static/node_modules | wc -l 174 [1]: https://bugs.chromium.org/p/chromium/issues/detail?id=717643