![]() These are all things that were improperly importing either: * a “default” object when there was only named exports * a named export when there is only a default export They work now because we tell babel to transpile es modules down to commonJS in the “env” preset in babelrc but we want to eventually not do that and these will need to be fixed before then Test plan: * no functionality should actually change in the code generated by Webpack * this build should pass * but so should the build for the commit that follows this that sets the `“modules”: false` option for babel-preset-env in .babelrc Change-Id: Ic6f49fb94ee0d0592ca5e34ef7ed0a5633c40d80 Reviewed-on: https://gerrit.instructure.com/167054 Tested-by: Jenkins Reviewed-by: Steven Burnett <sburnett@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> |
||
---|---|---|
.. | ||
htmlEscapeSpec.js |