SourceMap error

The source maps are only needed for the developers, it will show the full code instead of the minified version. There are 2 ways to solve the warning.

  1. Make sure that you include the source maps, you could get them from the bootstrap website.

  2. Turn off the javascript sourcemaps in the devtools.

3 Likes