mirror of
https://github.com/outline/outline.git
synced 2025-12-29 15:00:31 -06:00
chore: Keep classnames, Sentry depends on consistency (#9649)
This commit is contained in:
@@ -169,6 +169,7 @@ export default () =>
|
||||
target: browserslistToEsbuild(),
|
||||
reportCompressedSize: false,
|
||||
rollupOptions: {
|
||||
keepNames: true,
|
||||
onwarn(warning, warn) {
|
||||
// Suppress noisy warnings about module-level directives, e.g. "use client"
|
||||
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
||||
|
||||
Reference in New Issue
Block a user