You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of Webpack (i.e., at least as new as 2.2.1) require the -loader suffix on loader invocations, even inline ones within request() or import statements. UpSet and font-awesome-webpack omit the suffix and this causes problems for the build under Girder.
For now the solution is to patch the offending code in node_modules but this is obviously not a sustainable general solution.
The text was updated successfully, but these errors were encountered:
Newer versions of Webpack (i.e., at least as new as 2.2.1) require the
-loader
suffix on loader invocations, even inline ones withinrequest()
orimport
statements. UpSet and font-awesome-webpack omit the suffix and this causes problems for the build under Girder.For now the solution is to patch the offending code in
node_modules
but this is obviously not a sustainable general solution.The text was updated successfully, but these errors were encountered: