1. 首页
  2. 数据库
  3. 其它
  4. cypress esbuild preprocessor:使用esbuild捆绑赛普拉斯规格 源码

cypress esbuild preprocessor:使用esbuild捆绑赛普拉斯规格 源码

上传者: 2021-05-05 06:09:39上传 ZIP文件 60.28KB 热度 15次
@ 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
用户评论