Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

feat: use nx and npm workspaces #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: use nx and npm workspaces #608

wants to merge 1 commit into from

Conversation

pvtri96
Copy link
Member

@pvtri96 pvtri96 commented Jan 9, 2022

No description provided.

@pvtri96 pvtri96 force-pushed the pvtri96/nx branch 5 times, most recently from 674cf02 to 0664d32 Compare January 9, 2022 05:47
const browserify = require('@cypress/browserify-preprocessor');

module.exports = function (on) {
const options = {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

on('file:preprocessor', browserify(options));
};
/* eslint-disable @typescript-eslint/no-var-requires */
const browserify = require('@cypress/browserify-preprocessor');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@pvtri96 pvtri96 force-pushed the pvtri96/nx branch 8 times, most recently from bae3392 to 7a9f281 Compare January 9, 2022 10:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant