Skip to content

Commit

Permalink
Spaces instead of tabs in wtr.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 6, 2024
1 parent 019dbfc commit bb2a0fc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wtr.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ export default {
'tests/**/test_*.js'
],
plugins: [
importMapsPlugin({
inject: {
importMap: {
imports: {
importMapsPlugin({
inject: {
importMap: {
imports: {
'jquery': './node_modules/jquery/src/jquery.js'
},
},
},
}),
],
},
},
},
}),
],
}

0 comments on commit bb2a0fc

Please sign in to comment.