We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938f861 commit a73cff8Copy full SHA for a73cff8
1 file changed
rollup.config.js
@@ -197,6 +197,7 @@ export default {
197
output: {
198
dir: 'dist',
199
format: 'amd',
200
+ sourcemap: true,
201
chunkFileNames: path.join('js', 'chunks', production ? '[name]-[hash].js' : '[name].js'),
202
entryFileNames: path.join('js', production ? '[name]-[hash].js' : '[name].js')
203
},
0 commit comments