Skip to content

Commit 3381cb9

Browse files
committed
added sourcemaps to dev Rollout output
1 parent a6ad5fb commit 3381cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.dev.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default [
1616
format: 'umd',
1717
exports: 'named',
1818
name: 'ColorPicker',
19+
sourcemap: true,
1920
},
2021
plugins: [
2122
serve({port: 10011}), // index.html should be in root of project

0 commit comments

Comments
 (0)