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
文件列表
cypress-esbuild-preprocessor-main.zip
(预估有个15文件)
cypress-esbuild-preprocessor-main
renovate.json
291B
package.json
796B
cypress
plugins
index.js
806B
add.js
35B
integration
spec3.js
356B
spec2.js
174B
暂无评论