Skip to content

Commit

Permalink
Gruntfile.js reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Mar 30, 2021
1 parent d5c276f commit c44adf1
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 @@ -38,7 +38,7 @@ module.exports = (grunt) => {
resolve: {
extensions: ['.ts', '.js', '.json']
},
devtool: process.env.VEX_GENMAP || mode === 'production' ? 'source-map' : 'source-map',
devtool: process.env.VEX_GENMAP || mode === 'production' ? 'source-map' : false,
module: {
rules: [
{
Expand Down

0 comments on commit c44adf1

Please sign in to comment.