mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03: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