mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: treat all modules as external (#1820)
Signed-off-by: Johan Enell <johan.enell@qlik.com>
This commit is contained in:
@@ -198,7 +198,7 @@ const config = ({
|
|||||||
postcss({
|
postcss({
|
||||||
include: /\.module\.css$/,
|
include: /\.module\.css$/,
|
||||||
modules: true,
|
modules: true,
|
||||||
extract: true,
|
extract: false,
|
||||||
}),
|
}),
|
||||||
commonjs({
|
commonjs({
|
||||||
ignoreTryCatch: false, // Avoids problems with require() inside try catch (https://github.com/rollup/plugins/issues/1004)
|
ignoreTryCatch: false, // Avoids problems with require() inside try catch (https://github.com/rollup/plugins/issues/1004)
|
||||||
|
|||||||
Reference in New Issue
Block a user