UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (7 loc) 268 B
const preprocessor = require('@cypress/vue/dist/plugins/webpack') const webpackConfig = require('@vue/cli-service/webpack.config') module.exports = (on, config) => { preprocessor(on, config, webpackConfig) // IMPORTANT return the config object return config }