We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583ec3c commit 6bef388Copy full SHA for 6bef388
packages/raystack/rollup.config.mjs
@@ -110,15 +110,15 @@ const rollupConfig = configs.map(conf => {
110
{
111
dir: conf.outputPath,
112
format: 'es',
113
- sourcemap: false,
+ sourcemap: true,
114
exports: 'named',
115
preserveModules: true,
116
preserveModulesRoot: conf.inputPath
117
},
118
119
120
format: 'cjs',
121
122
123
entryFileNames: '[name].cjs',
124
0 commit comments