Skip to content

Commit

Permalink
attempt to fix aliases in cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Jun 22, 2024
1 parent b30e394 commit 08c800f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = (on, config) => {
webpackOptions: {
resolve: {
alias: {
'@/': path.resolve('./'),
'@/': path.resolve('../../'),
},
},
},
Expand Down

0 comments on commit 08c800f

Please sign in to comment.