Eli Perelman
3f56635381
Release v5.6.0
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
e01ecf2bc0
ESLint middleware docs bug, v5.3.1
8 years ago
Eli Perelman
5724b5a395
Fixing incorrect documentation for linting ( #169 )
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
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
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
Eli Perelman
4b8eb8493f
Updating yarn.lock files
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
da4846b22d
Upgrading dependencies
8 years ago
Eli Perelman
3eaac54223
Validate webpack configuration before running compiler
8 years ago
Eli Perelman
ea5c0e72e5
Functional refactor
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
Jarid Margolin
2e26cacf34
Fix typo in develop function.
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
Jarid Margolin
09d78db914
Rename `getWebpackOptions` to `getWebpackConfig`.
8 years ago
Eli Perelman
66fc708da6
Updating yarn.lock
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
6968fcbdde
Fixing linting to run for all packages
8 years ago