zodern:hide-production-sourcemaps

v1.1.0Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Prevents access to source maps in production and any files in your public folder with the .map file extension.

Install with

meteor add zodern:hide-production-sourcemaps

zodern:hide-production-sourcemaps only runs in production.

It works by preventing the Webapp package from adding the x-sourcemap header to javascript files, and removing the source maps from Webapp's list of static files.