mirror of
https://github.com/outline/outline.git
synced 2025-12-29 06:52:44 -06:00
This reverts commit cd83f41294.
This commit is contained in:
@@ -169,7 +169,6 @@ 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