mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -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({
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user