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
After following the steps on how to use Bootstrap 4 and Sass with Angular 2, outlined here, I got the following error when trying to compile the application.
throw new Error("Module '" + loader.path + "' is not a loader (must have normal or pitch function)");
The text was updated successfully, but these errors were encountered:
in the webpack.common.js file. Notice the change from url to url-loader. This is necessary because, since Webpack 2, the automatic -loader module name extension has been removed meaning it is no longer possible to omit the -loader extension when referencing loaders. More information on this can be found here.
After following the steps on how to use Bootstrap 4 and Sass with Angular 2, outlined here, I got the following error when trying to compile the application.
The text was updated successfully, but these errors were encountered: