mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
chore: setup codesandbox ci (#183)
This commit is contained in:
@@ -90,7 +90,7 @@ const config = isEsm => {
|
||||
format: isEsm ? 'esm' : 'umd',
|
||||
exports: 'default',
|
||||
name: umdName,
|
||||
sourcemap: true,
|
||||
sourcemap: process.env.CODESANDBOX ? 'inline' : true,
|
||||
banner,
|
||||
globals,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user