Skip to content

Commit

Permalink
generate map file in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Jun 12, 2020
1 parent 1c5174a commit 9f413fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = (grunt) => {
libraryTarget: 'umd',
libraryExport: 'default',
},
devtool: (mode === 'production') ? 'source-map' : false,
devtool: (mode === 'production') ? false : 'source-map',
module: {
rules: [
{
Expand Down

0 comments on commit 9f413fa

Please sign in to comment.