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('../../'), }, }, },