From 08c800fecf8638369d9bff28615e2d9bb9f8bce3 Mon Sep 17 00:00:00 2001 From: Kyle Holmberg Date: Sat, 22 Jun 2024 13:17:01 +0700 Subject: [PATCH] attempt to fix aliases in cypress --- cypress/plugins/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index 4d6ec7e68..690ff8058 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -32,7 +32,7 @@ module.exports = (on, config) => { webpackOptions: { resolve: { alias: { - '@/': path.resolve('./'), + '@/': path.resolve('../../'), }, }, },