mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
* chore(deps): update minor and patch * chore: update lint * chore: set node of sandbox * chore: set node of sandbox Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: caele <tsm@qlik.com>
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./dist/stardust');
|
|
} else {
|
|
module.exports = require('./dist/stardust.dev');
|
|
}
|