Eli Perelman
f26710840b
Node.js preset v5.3.1
8 years ago
Eli Perelman
0217d2e194
Correct Node.js preset compile target object ( #170 )
8 years ago
Eli Perelman
20c1065c5c
Update changelog
8 years ago
Eli Perelman
e01ecf2bc0
ESLint middleware docs bug, v5.3.1
8 years ago
Eli Perelman
5724b5a395
Fixing incorrect documentation for linting ( #169 )
8 years ago
Hassan Ali
5b46e0ca3c
Add react router starter and blog post ( #164 )
8 years ago
Eli Perelman
aec1cbb12e
Release v5.3.0
8 years ago
Jarid Margolin
ab38cd5472
Update build executable to respect config stats. ( #163 )
8 years ago
wu
e6924e246f
fix eslint-semi-off middleware example ( #161 )
8 years ago
Eli Perelman
230fdf1986
v5.2.0
8 years ago
Eli Perelman
3f90dfdfa3
Allow setting karma middleware options as overridable ( #160 )
8 years ago
Eli Perelman
878026a961
neutrino v5.1.1
8 years ago
Eli Perelman
e9a7a36c78
options.output mis-named as options.build ( #159 )
8 years ago
Eli Perelman
adcc04fbf0
Releasing v5.1.0
8 years ago
Eli Perelman
d009882e6d
Upgrading webpack-chain to v3.1 ( #157 )
8 years ago
Eli Perelman
98716343f7
Adding code coverage with Codacy support ( #156 )
8 years ago
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