Eli Perelman
a446881e89
README update
8 years ago
Eli Perelman
2afdd26f3e
Releasing v5.8.0
8 years ago
Constantine Genchevsky
9d7029f0fb
Feature/universal entry ( #195 )
* Remove file extension
* Update docs
* Update the deafult 'entry' test
8 years ago
Tim Kelty
d7688dc674
Indent to clarify context change ( #191 )
8 years ago
Eli Perelman
9186de6175
Release v5.7.0
8 years ago
Jarid Margolin
e1e898fdf3
Simplify error logging. ( #148 )
* Bump webpack version to "^2.4.1"
* Simplify error logging
8 years ago
Eli Perelman
b3d3c7330d
Fixing typo in karma docs
8 years ago
Sudarsan Balaji
4a3842fe24
Fix typo in preset name ( #190 )
8 years ago
Eli Perelman
3f56635381
Release v5.6.0
8 years ago
Eli Perelman
587851b168
Merge branch 'master' of github.com:mozilla-neutrino/neutrino-dev
8 years ago
Eli Perelman
7acea9c5d3
Refactoring minify plugin options
8 years ago
Eli Perelman
fbe39af90b
Setting devServer publicPath to / ( #179 )
8 years ago
Constantine Genchevsky
b7269df4a4
Consider case when 'core-js' is located in 'babel-polyfill' root ( #181 )
* Rdesign Advanced Customization examples to use Neutrino v5 fashion
* Fix cases when there are several 'core-js' instances in the project
* Add 'core-js' alias and lock 'babel-polyfill' version
* Spaces instead of tabs
* Use `dirname` instead of `join`
* Correct hierarchy indentation
8 years ago
Eli Perelman
425f3ac373
v5.5.0 -> v5.5.1
8 years ago
Eli Perelman
ebc078a60f
Set devServer.publicPath to use output.publicPath ( #177 )
8 years ago
Eli Perelman
957645f820
Adding getters and setters for path options, options for middleware ( #176 )
8 years ago
Constantine Genchevsky
f6bcb7bf20
Polyfills ( #173 )
* Rdesign Advanced Customization examples to use Neutrino v5 fashion
* Fix polyfills set to match only supported platforms
* Remove 'tranform-regenerator' because according to the babel preset debug log it is already included
* Fix indentation
* Add VSCode local settings to the ignore list
* Separate chunk for polyfills
8 years ago
Eli Perelman
f2c1dfb2a3
Releasing v5.4.0
8 years ago
Tim Kelty
999e8000b5
neutrino-middleware-image-loader: Use svg-url-loader for svg rule ( #171 )
* Use svg-url-loader for svgs, since base64ing svgs doesn't make sense.
* Use 'url' name.
8 years ago
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