mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-24 21:15:51 +01:00
fix: dsn build on website (#2349)
This commit is contained in:
parent
386e47c34b
commit
1ca89d923e
@ -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…
Reference in New Issue
Block a user