cypress esbuild preprocessor:使用esbuild捆绑赛普拉斯规格 源码
@ bahmutov / cypress-esbuild-preprocessor 使用捆绑赛普拉斯规格 安装 npm i -D cypress @bahmutov/cypress-esbuild-preprocessor esbuild # note: this plugin assumes the esbuild is peer dependency 采用 在您的插件文件中,将此模块用作预处理器 // cypress/plugins/index.js const createBundler = require ( '@bahmutov/cypress-esbuild-preprocessor' ) module . exports = ( on , config ) => { const bundler = createBundler ( { // any ESBuild
用户评论