npm.io
5.16.0 • Published 5 months ago

gatsby-plugin-no-sourcemaps

Licence
MIT
Version
5.16.0
Deps
1
Size
25 kB
Vulns
0
Weekly
20.3K
Stars
55.9K

gatsby-plugin-no-sourcemaps

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

Install

npm install gatsby-plugin-no-sourcemaps

Usage

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

Keywords