mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
feat: simple snapshooter (#232)
This commit is contained in:
@@ -137,6 +137,7 @@ const config = isEsm => {
|
||||
include: [
|
||||
'/**/apis/locale/**',
|
||||
'/**/apis/nucleus/**',
|
||||
'/**/apis/snapshooter/**',
|
||||
'/**/apis/supernova/**',
|
||||
'/**/apis/theme/**',
|
||||
'/**/packages/ui/**',
|
||||
@@ -170,4 +171,4 @@ const config = isEsm => {
|
||||
return cfg;
|
||||
};
|
||||
|
||||
module.exports = [watch ? false : config(), config(true)].filter(Boolean);
|
||||
module.exports = [watch ? false : config(), pkg.module ? config(true) : false].filter(Boolean);
|
||||
|
||||
Reference in New Issue
Block a user