Skip to content

Commit

Permalink
Test the change
Browse files Browse the repository at this point in the history
  • Loading branch information
Finesse authored Sep 20, 2024
1 parent 9297a58 commit 98150c0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
sourcemap: true,
sourceMap: true,
include: '**/input.js',
exclude: 'node_modules/**'
exclude: 'node_modules/**',
preventAssignment: false
}
};

0 comments on commit 98150c0

Please sign in to comment.