Skip to content

Commit

Permalink
fix(plugin-netlify-cms): use 'netlify-identity.js' instead of 'netlif…
Browse files Browse the repository at this point in the history
…y-identity-widget.js' (#22387)
  • Loading branch information
erezrokah committed Mar 19, 2020
1 parent 9b7b6bb commit 2205811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-netlify-cms/src/gatsby-node.js
Expand Up @@ -175,8 +175,8 @@ exports.onCreateWebpackConfig = (
name: `netlify-identity-widget`,
global: `netlifyIdentity`,
assetDir: `build`,
assetName: `netlify-identity-widget.js`,
sourceMap: `netlify-identity-widget.js.map`,
assetName: `netlify-identity.js`,
sourceMap: `netlify-identity.js.map`,
})
}

Expand Down

0 comments on commit 2205811

Please sign in to comment.