db04f0b3c5
fixes: CNVS-34727 this will make webpack faster because it cuts down the number of files it has to look for when it looks a module up. right now, every time someone asked for a app/jsx/whatever.jsx file it had to do a stat for app/jsx/whatever.js first and then look for app/jsx/whatever.jsx. it also slows every lookup for handlebars/coffescript files since it has to look for the jsx first this was just the result of running this command: find . -type f -name "*.jsx" | while read FNAME; do git mv "$FNAME" "${FNAME//.jsx/.js}"; done test plan: * automated specs should pass * webpack build should run faster than the patchset before this one Change-Id: Ia15ded6dc2b09c10c4f9070edcee9305b5b429ad Reviewed-on: https://gerrit.instructure.com/101005 Tested-by: Jenkins Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> |
||
---|---|---|
.. | ||
canvas_quizzes | ||
README |
README
# --------------------------------------------------------------------------- # # TOTALLY EXPERIMENTAL. DO NOT TOUCH. TOTALLY EXPERIMENTAL. # --------------------------------------------------------------------------- # Yes.