$ npm install gatsby-plugin-no-sourcemaps
For the times when your javaScript sourcemaps are just too big to upload to your hosting provider.
// gatsby-config.js
module.exports = {
// ...
plugins: [
{
resolve: "gatsby-plugin-no-sourcemaps",
},
],
// ...
};
© 2010 - cnpmjs.org x YWFE | Home | YWFE