mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
This reverts commit cd83f41294.
This commit is contained in:
@@ -169,7 +169,6 @@ export default () =>
|
|||||||
target: browserslistToEsbuild(),
|
target: browserslistToEsbuild(),
|
||||||
reportCompressedSize: false,
|
reportCompressedSize: false,
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
keepNames: true,
|
|
||||||
onwarn(warning, warn) {
|
onwarn(warning, warn) {
|
||||||
// Suppress noisy warnings about module-level directives, e.g. "use client"
|
// Suppress noisy warnings about module-level directives, e.g. "use client"
|
||||||
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
||||||
|
|||||||
Reference in New Issue
Block a user