16 Matching Annotations
- Dec 2019
-
master.neutrinojs.org master.neutrinojs.org
-
neutrino => { neutrino.config.module .rule('compile') .include.add(join(__dirname, 'node_modules')); },
-
-
github.com github.com
-
I love this library. Migrated from CRA to nwb. That didn't work out. Neutrino was very easy to setup with almost the exact setup I had with CRA but with far more customization. Again, thank you. Have a good day
-
-
github.com github.com
-
neutrino build --require dotenv/config You can then tell Neutrino to inject these environment variables in your neutrinorc: ['@neutrinojs/env', [ 'NODE_ENV', 'APPLICATION_NAME', 'LOGIN_STRATEGIES', 'TASKCLUSTER_ROOT_URL', ]],
-
-
github.com github.com
-
Shows how to configure neutrino to use styleguide to generate a demo (https://hassanali.me/material-ui-treeview/#!/MuiTreeView/0)
-
-
master.neutrinojs.org master.neutrinojs.orgNeutrino1
-
I assume this is for the master branch, and https://neutrinojs.org/ is for the latest released version.
Tags
Annotators
URL
-
-
-
I can't believe TypeScript solution/preset still isn't available in neutrino core! Makes me hesitant to trust neutrino project at all.
-
-
github.com github.com
-
master.neutrinojs.org master.neutrinojs.org
-
Webpack supports the ability to run multiple builds by exporting an array of configurations instead of a single configuration.
-
Various test runners support using compiled webpack code to drive tests, but may be difficult to integrate with webpack, and Neutrino helps alleviate this
-
-
master.neutrinojs.org master.neutrinojs.org
Tags
Annotators
URL
-
-
survivejs.com survivejs.com
-
-
Neutrino utilizes webpack under the hood for building projects by augmenting it with knowledge about build middleware. Neutrino middleware are discrete pieces of webpack configuration that use a custom configuration API. You can compose many of these middleware together into custom presets, and each will modify the build accordingly.
-
-
github.com github.com
-
This repo attempts to show how neutrino config can be used to configure storybook
-
-
neutrinojs.org neutrinojs.org
-
-
Neutrino combines the power of webpack with the simplicity of presets
-
-
neutrinojs.org neutrinojs.org