Skip to content

Commit

Permalink
build: temporary disable JS sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed May 1, 2020
1 parent 800b27e commit 6ac2fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/roll.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const build = async ({ format, minify = false }) => {
globals: { vue: 'Vue' },
file: `dist/${fileNameBase}.${format}${minify ? '.min' : ''}.js`,
name: 'VueColorPicker',
sourcemap: minify,
sourcemap: false,
});
};

Expand Down

0 comments on commit 6ac2fdb

Please sign in to comment.