Files
nebula.js/apis/stardust/index.js
renovate[bot] 3c4f6c2192 chore(deps): update minor and patch (#610)
* 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>
2021-06-04 11:42:43 +02:00

6 lines
154 B
JavaScript

if (process.env.NODE_ENV === 'production') {
module.exports = require('./dist/stardust');
} else {
module.exports = require('./dist/stardust.dev');
}