Back to Gatsby

README

packages/gatsby-plugin-no-sourcemaps/README.md

2.20.0353 B
Original Source

gatsby-plugin-no-sourcemaps

For the times when your JavaScript sourcemaps are just too big to upload to your hosting provider.

Install

shell
npm install gatsby-plugin-no-sourcemaps

Usage

js
// gatsby-config.js
module.exports = {
  // ...
  plugins: [
    {
      resolve: "gatsby-plugin-no-sourcemaps",
    },
  ],
  // ...
}