Skip to content
Discussion options

You must be logged in to vote

That didn't remove the legacy warnings for me, but adding an addtional option did.

    {
      resolve: `gatsby-plugin-sass`,
      options: {
        sassOptions: {
          api: "modern",
          silenceDeprecations: ['legacy-js-api'],
        },
      },
    },

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@badaczewski
Comment options

Answer selected by badaczewski
@johnrackles
Comment options

@rt-joe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants