How to use the neutrino.start function in neutrino

To help you get started, we’ve selected a few neutrino examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github geops / openlayers-editor / .neutrinorc.js View on Github external
neutrino.on('test', () => new Promise((resolve, reject) =>
    start(neutrino.config.toConfig(), neutrino).fork(
      errors => errors.forEach(err => console.error(err)),
      compiler => cypress.run().then(() => resolve()).catch(() => reject())
    )
  ));

neutrino

Create and build JS applications with managed configurations

MPL-2.0
Latest version published 3 years ago

Package Health Score

56 / 100
Full package analysis