cypress-browserify-preprocessor icon indicating copy to clipboard operation
cypress-browserify-preprocessor copied to clipboard

Cypress preprocessor for bundling JavaScript via browserify

Results 15 cypress-browserify-preprocessor issues
Sort by recently updated
recently updated
newest added

- Operating System: Ubuntu 18.04 - Cypress Version: 6.1.0 - Browser Version: Chrome 87.0.4280.88 ### Is this a Feature or Bug? This is a bug ### Current behavior: When checking...

- Operating System: Ubuntu 18.04 - Cypress Version: 6.1.0 - Browser Version: Chrome 87.0.4280.88 ### Is this a Feature or Bug? This is a bug ### Current behavior: When `.typescript`...

typescript

If the client wants to use `import { merge } from 'lodash-es';` then we need to show how to modify browserify options to transpile `node_modules` folder Cypress 3.1.0 For https://github.com/cypress-io/cypress/issues/2679

Love cypress! Thanks in advance I have the following configuration ```js // https://github.com/cypress-io/cypress-browserify-preprocessor#modifying-default-options /** * This to modify Cypress web pack */ const browserify = require('@cypress/browserify-preprocessor') module.exports = (on) =>...

I am trying to transpile spec that has ``` it('transpiles Object.fromEntries', () => { // https://github.com/tc39/proposal-object-from-entries const obj = Object.fromEntries([['a', 0], ['b', 1]]) }) ``` I am trying to modify...