mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
feat(theme): add theme API (#137)
This commit is contained in:
@@ -29,6 +29,7 @@ const cfg = ({ srcDir, distDir, snPath, dev = false }) => {
|
||||
'@nebula.js/nucleus/src/object': path.resolve(process.cwd(), 'apis/nucleus/src/object'),
|
||||
'@nebula.js/nucleus': path.resolve(process.cwd(), 'apis/nucleus/src'),
|
||||
'@nebula.js/supernova': path.resolve(process.cwd(), 'apis/supernova/src'),
|
||||
'@nebula.js/theme': path.resolve(process.cwd(), 'apis/theme/src'),
|
||||
}
|
||||
: {}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user