fix: treat all modules as external (#1820)

Signed-off-by: Johan Enell <johan.enell@qlik.com>
This commit is contained in:
Johan Enell
2025-10-06 11:01:55 +02:00
committed by GitHub
parent 41cec5caca
commit 3da56e5255

View File

@@ -198,7 +198,7 @@ const config = ({
postcss({
include: /\.module\.css$/,
modules: true,
extract: true,
extract: false,
}),
commonjs({
ignoreTryCatch: false, // Avoids problems with require() inside try catch (https://github.com/rollup/plugins/issues/1004)