Skip to content

Commit

Permalink
Do not use esbuild preprocessor
Browse files Browse the repository at this point in the history
Now that Cypress uses webpack v5 instead of v4.

Ref., https://docs.cypress.io/guides/references/changelog#12-17-4

Also, see if this change fixes the CI failure (see below URL.)

https://cloud.cypress.io/projects/vxwq6z/runs/129
  • Loading branch information
wlsf82 committed Sep 2, 2023
1 parent 545572a commit 4e7672e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 783 deletions.
2 changes: 0 additions & 2 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const { defineConfig } = require('cypress')
const esbuildPreprocessor = require('./cypress/support/esbuild-preprocessor')
const tasks = require('./cypress/support/tasks')

module.exports = defineConfig({
Expand All @@ -8,7 +7,6 @@ module.exports = defineConfig({
baseUrl: 'http://localhost/',
env: { hideXhr: true },
setupNodeEvents (on, config) {
esbuildPreprocessor(on)
tasks(on)
return config
}
Expand Down
18 changes: 0 additions & 18 deletions cypress/support/esbuild-preprocessor.js

This file was deleted.

Loading

0 comments on commit 4e7672e

Please sign in to comment.