Uh oh!
There was an error while loading. Please reload this page.
Use npm for js depdencies, bundle with webpack - #13156
Conversation
Uh oh!
There was an error while loading. Please reload this page.
rullzer
commented
Dec 19, 2018
I guess we'd want to leave that one separate. As it is huge. |
ChristophWurst
commented
Dec 19, 2018
Hugely unmaintained? https://github.com/dropbox/zxcvbn/commits/master |
ChristophWurst
commented
Dec 19, 2018
Found https://www.npmjs.com/package/asdfgh. That might be a nice replacement one day. |
rullzer
commented
Dec 19, 2018
👍 would probably make most sense if strengthify uses that directly in a package etc. |
bde0cd5 to
44c50a2CompareChristophWurst
commented
Dec 20, 2018
Impressive! … and that even includes more scripts and styles 🚀 |
ChristophWurst
commented
Dec 20, 2018
This one lib needs special treatment. It's not used directly but loaded dynamically (as @rullzer commted above due to its size). Hence I would propose to leave it vendored, open an enhancement ticket and fix this later on. This PR is already huge and I don't want to start touching any scripts. |
ChristophWurst
commented
Dec 20, 2018
cc @nextcloud/javascript for review/testing :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rullzer
commented
Dec 20, 2018
🚀! So I guess at certain places we can remove additional scripts loaded etc. So far I did not notice anything doing 💥 yet! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| @@ -0,0 +1,16 @@ | |||
| { | |||
There was a problem hiding this comment.
(unrelevant) I think there is something called babel global config, could be nice using it ?
There was a problem hiding this comment.
haven't heard of it but sounds nice ;)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
…effects Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
d5c6cf8 to
96102c1Comparejuliusknorr
commented
Jan 9, 2019
Rebased and pushed a fix for the select2 result list. Really nice @ChristophWurst 👍 |
This comment has been minimized.
This comment has been minimized.
| "modules": false, | ||
| "targets": { | ||
| "browsers": [ | ||
| "last 2 versions", |
There was a problem hiding this comment.
This just reminded me https://jamie.build/last-2-versions
There was a problem hiding this comment.
Yeah … we can improve that later 😉
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
ChristophWurst
commented
Jan 9, 2019
Fixed. This was apparently an issue with 3.4.5 (the latest 3.4 version from npm). Updating to 3.4.8 (the version installed via bower) via git fixed the issue 🚀 |
MorrisJobke
commented
Jan 9, 2019
Let's see if https://drone.nextcloud.com/nextcloud/server/14389/248 is working. |
MorrisJobke
commented
Jan 9, 2019
Yes it does \o/ |
coliff
commented
Mar 5, 2019
Hi @ChristophWurst - I saw above you included |
Fixes#13071
Checklist:
-> not available on npminstalled via githubbreaks somehowdoesn't anymoreonly newer, not working versions on npmfound oneno npm package NPM package? strengthify#17made it one Make this a npm package strengthify#25(Based on https://github.com/nextcloud/server/blob/ad9ece4e4839297e50d34bb50481a78407f6b835/bower.json)