Skip to content

Commit

Permalink
yaml lint fix for javascript
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Apr 25, 2024
1 parent b4390c1 commit 24082db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
],
},
target: 'web',
externals: /^(k6|https?\:\/\/)(\/.*)?/,
externals: /^(k6|https?:\/\/)(\/.*)?/,
// Generate map files for compiled scripts
devtool: "source-map",
stats: {
Expand Down

0 comments on commit 24082db

Please sign in to comment.