mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
fix: dsn build on website (#2349)
This commit is contained in:
parent
386e47c34b
commit
1ca89d923e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
i18n: i18nConfig,
|
||||
plugins: [
|
||||
'docusaurus-plugin-sass',
|
||||
isProductionDeployment && ['docusaurus-plugin-sentry', { dsn: 'a7bc89ee3f284570b1d9a47e600e7597' }]
|
||||
isProductionDeployment && ['docusaurus-plugin-sentry', { DSN: 'a7bc89ee3f284570b1d9a47e600e7597' }]
|
||||
].filter(Boolean),
|
||||
webpack: {
|
||||
jsLoader: (isServer) => ({
|
||||
|
|
Loading…
Add table
Reference in a new issue