Commit Graph

29 Commits

Author SHA1 Message Date
Earlopain
d9ec9dd92f
[Vue] Use fork of vue-loader to fix const in js bundle 2022-06-14 00:17:50 +02:00
Earlopain
7331b9a5de
[Cleanup] Remove unused packages 2022-06-12 20:58:18 +02:00
Earlopain
92d049690a
[Vue] Remove the compat build 2022-05-21 15:45:22 +02:00
Earlopain
9d55ede1cb
[Vue] Switch to migration build 2022-05-20 22:48:18 +02:00
Kira
cb84bf4c9b [JS] Fix webpacker overriding babel config and setting loose
Loose does super dumb shit like converts spread operators to
[].concat() which is broken, incorrect, and not at all helpful.

Because this was forced in their base preset, it would break all
kinds of things that shouldn't have broken, and it would ignore the
project config explicitly.

This seems to fix the vast majority of the JS on the site, and the
generated code makes a lot more sense now.
2021-09-24 20:32:07 -07:00
Kira
3da92e81e7 [JS] Because I was forced to upgrade webpack and redo everything from scratch
This is probably going to be partially broken somehow. Let's find out.
2021-09-22 23:29:14 -07:00
Kira
cd3173d661 [JS] Update yarn packages and deprecated SCSS syntax 2021-08-12 07:46:50 -07:00
Kira
754e5c0c55 [JS] Update yarn deps 2021-04-02 22:02:35 -07:00
Kira
66b66e090f [NPM] Update node packages 2020-10-01 08:12:22 -07:00
Kira
a8bd4cee31 [Yarn] Update yarn packages 2020-09-05 05:17:03 -07:00
Kira
233ba01fce Update gems and JS 2020-07-18 06:36:16 -07:00
dependabot[bot]
b9cf1d7216
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-13 04:56:24 +00:00
Kira
f98b9263c3 Update node packages 2020-05-22 01:23:43 -07:00
Kira
cf6071942d Upgrade jQuery to 3.5.0 2020-04-29 18:55:50 -07:00
Kira
a731d19b6f Update JS packages 2020-03-31 03:02:33 -07:00
dependabot[bot]
69c5ce67bd
Bump acorn from 6.3.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-15 07:55:21 +00:00
Kira
bfc4604e11 Update yarn deps 2019-12-28 04:37:48 -08:00
Kira
b11d54a694 Fix webpacker SCSS 2019-11-24 06:18:02 -08:00
Kira
259bb87304 Fix broken mobile gestures
When mobile gestures were enabled they would steal the normal
input from the browser. This prevented zooming in and out as well
as horizontal panning. Hammer didn't have a good configuration
system and so I swapped to using ZingTouch which is much more
simple, and offers better configuration. This allowed for easy
integration of gestures without stealing all input from the
browser.
2019-11-09 12:29:46 -08:00
dependabot[bot]
1126379fb6
Bump eslint-utils from 1.4.0 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-27 05:11:24 +00:00
Kira
1fdc3926df Update webpacker and fix a bunch of broken things with it 2019-08-03 20:25:22 -07:00
dependabot[bot]
51d3d91015
Bump jquery from 3.3.1 to 3.4.1
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.4.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 03:42:50 +00:00
Kira
1636b62c3e Move post uploader to vue.js and inline it 2019-07-11 20:19:56 -07:00
Kira
ae77880b10 Partial of new uploader 2019-07-06 14:15:43 -07:00
Albert Yi
0c791a1257 upgrade webpack-dev-server 2019-01-30 14:05:33 -08:00
Albert Yi
26aff41738 update gems + yarn 2019-01-30 14:04:33 -08:00
evazion
752557e813 Add eslint support.
Run with `yarn run lint` or `bin/webpack`.
2018-08-05 18:30:25 -05:00
Albert Yi
ba74691bc7 remove jquery from package.json since it's loaded at the dom level 2018-08-03 16:04:26 -07:00
Albert Yi
6fa0ae2cf1 Migrate assets to use Webpacker 2018-07-27 15:24:05 -07:00