Eli Perelman
3afd73784f
Use smarter publish script ( #154 )
8 years ago
Capi Etheriel
e7d0b97df8
fix docs for creating loaders ( #153 )
8 years ago
Eli Perelman
f3a24de251
Releasing v5.0.2
8 years ago
Eli Perelman
ebf7879ca6
Allow inspecting the API default exports without erroring ( #152 )
8 years ago
Eli Perelman
c2496bfa3c
Middleware vs. Presets? ( #149 )
8 years ago
Eli Perelman
31ebf7abaa
Changelog
8 years ago
Eli Perelman
46e66378f5
Removing extraneous construct
8 years ago
Eli Perelman
887ec68d5a
Syncing packages to docs, adding scripts for publishing
8 years ago
Eli Perelman
79c3df0485
Syncing package readmes with docs
8 years ago
Eli Perelman
af1ba6ab6f
Extracting webpack utils to their own file ( #147 )
8 years ago
Jorge Antunes
b09f01edbb
use correct value for package.json config ( #146 )
This might have been an old way to define the configuration?
Only works when I use `neutrino`, otherwise I get an error:
```
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
```
8 years ago
Constantine Genchevsky
ea92b84e62
Rdesign Advanced Customization examples to use Neutrino v5 fashion ( #145 )
8 years ago
Juan Riquelme
872022a796
Update upgrading-neutrino.md (eslint middleware) ( #144 )
The code explaining the usage of `neutrino-middleware-eslint` was wrong here.
It caused me a great headache last night, when I was migrating a pair of eslint presets.
Thank god [eslint middleware documentation page](https://neutrino.js.org/middleware/neutrino-middleware-eslint/ ) is OK and you can
compare and infer the correct usage.
8 years ago
Eli Perelman
fb95c42890
Merge pull request #141 from eliperelman/publicpath-docs
Adding documention about web publicPath
8 years ago
Eli Perelman
f72e840e5d
Adding documention about web publicPath
8 years ago
Eli Perelman
6bc3542ab6
Updating changelog
8 years ago
Eli Perelman
4b8eb8493f
Updating yarn.lock files
8 years ago
Eli Perelman
485d022ef2
Merge pull request #140 from eliperelman/v5-docs-again
Hopefully last round of docs changes for v5
8 years ago
Eli Perelman
448aa4b651
Hopefully last round of docs changes
8 years ago
Eli Perelman
42c2e666f4
Mocha dependency upgrades
8 years ago
Eli Perelman
42ecfe32eb
Merge pull request #139 from eliperelman/v5-deps
Upgrading dependencies
8 years ago
Eli Perelman
da4846b22d
Upgrading dependencies
8 years ago
Eli Perelman
8cbe7e60c6
Merge pull request #138 from eliperelman/webpack-validate
Validate webpack configuration before running compiler
8 years ago
Eli Perelman
3eaac54223
Validate webpack configuration before running compiler
8 years ago
Eli Perelman
467c4ae0c0
Merge pull request #137 from eliperelman/functional
Functional refactor
8 years ago
Eli Perelman
ea5c0e72e5
Functional refactor
8 years ago
Eli Perelman
710378f0a4
Merge pull request #135 from eirikurn/issue-116
Resolve packages from parent node_modules folders
8 years ago
Eirikur Nilsson
e4c53c238e
Fix resolution issues when linking neutrino
Some presets depend on `webpack` and `webpack-dev-server` for HMR
logic. This commit makes those dependencies explicit and fixes issues
when installing neutrino packages with `npm link`.
8 years ago
Eirikur Nilsson
fe04331c6d
Resolve packages from parent node_modules folders
A la classic NodeJS resolution and webpack default. See #116 .
8 years ago
Eli Perelman
67cd14f21c
Merge pull request #132 from jaridmargolin/master
Fix typo in develop function.
8 years ago
Jarid Margolin
2e26cacf34
Fix typo in develop function.
8 years ago
Eli Perelman
3ed24a42d0
Merge pull request #127 from jaridmargolin/neutrino-webpack
Neutrino webpack
8 years ago
Jarid Margolin
9826301398
Remove unnecessary specificity from webpack config test.
8 years ago
Jarid Margolin
d71fee588d
Pull webpack actions out of Neutrino class.
8 years ago
Eli Perelman
2b0754a805
Merge pull request #123 from jaridmargolin/getWebpackConfig
Rename `getWebpackOptions` to `getWebpackConfig`.
8 years ago
Jarid Margolin
09d78db914
Rename `getWebpackOptions` to `getWebpackConfig`.
8 years ago
Eli Perelman
66fc708da6
Updating yarn.lock
8 years ago
Eli Perelman
69360d06b1
Merge pull request #119 from jaridmargolin/neutrino-refactor
Neutrino refactor
8 years ago
Jarid Margolin
7f518f8938
Add packages/bin/neutrino to lint files list.
8 years ago
Jarid Margolin
27b8011be1
Set environment variable, NODE_ENV, inside of `runCommand` (also adds --env option to CLI).
8 years ago
Jarid Margolin
339d049956
Add `runCommand` helper method to Neutrino.
8 years ago
Jarid Margolin
4ae503a99b
Remove concept of "presets" in favor of "middleware(s)/use".
8 years ago
Jarid Margolin
98eec4ce04
Move `run` process logic to location of call.
8 years ago
Jarid Margolin
60880d8b57
Make run method in bin/neutrino self contained.
8 years ago
Jarid Margolin
6fdd8d617b
Move require/import middleware functionality to api.
8 years ago
Eli Perelman
04e96b2f3f
Merge pull request #120 from eliperelman/fixing-linting
Fixing linting to run for all packages
8 years ago
Eli Perelman
6968fcbdde
Fixing linting to run for all packages
8 years ago
Eli Perelman
37a4003bf4
Merge pull request #117 from helfi92/fix-links
Fix link
8 years ago
helfi92
9b4bce0819
Switch to relative paths
8 years ago
helfi92
dd197dc68c
Fix link
8 years ago