1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test/integration
Tim Neutkens a1ccc19a1f
Pass through arguments of the next cli correctly (#6327)
Arguments that held the same name as one of the default commands were filtered out, causing issues.

For example `next build build` would get rid of the second `build` parameter.

Fixes #6263
2019-02-17 20:13:10 +01:00
..
amphtml [experimental] Rendering to AMP (#6218) 2019-02-14 10:22:57 -05:00
app-aspath Fix linter (#5350) 2018-10-20 17:00:01 +02:00
app-document Invalidate cache for link[preload] in DEV (#6183) 2019-02-03 00:12:49 +00:00
babel Fix linter (#5350) 2018-10-20 17:00:01 +02:00
basic Fix recursive hydration of next/dynamic (#6326) 2019-02-17 19:52:00 +01:00
cli Remove node-args in favor of NODE_OPTIONS environment variable (#5910) 2018-12-17 19:17:29 +01:00
client-404 Set default Error status code to 404 (#6276) 2019-02-12 21:32:25 -05:00
config Add module as server fallback main field (#6256) 2019-02-12 01:39:57 +01:00
custom-server Remove next/asset (#6046) 2019-01-14 01:32:20 +01:00
dist-dir Fix linter (#5350) 2018-10-20 17:00:01 +02:00
export Fix Runtime Config in next export (#6258) 2019-02-11 19:28:47 -06:00
filesystempublicroutes use native http instead of micro (#5706) 2018-11-19 16:36:18 +01:00
ondemand Add falling back to fetch based pinging for onDemandEntries (#6310) 2019-02-15 22:22:21 +01:00
page-extensions Fix linter (#5350) 2018-10-20 17:00:01 +02:00
production Invalidate cache for link[preload] in DEV (#6183) 2019-02-03 00:12:49 +00:00
production-build-dir Pass through arguments of the next cli correctly (#6327) 2019-02-17 20:13:10 +01:00
production-config Block Certain Env Keys That Are Used Internally (#6260) 2019-02-15 17:49:40 +01:00
serverless Export render instead of default for serverless target (#5979) 2019-01-02 14:59:28 +01:00
size-limit Add new limit for size 2019-01-11 23:57:38 +01:00
with-router Remove route event in componentWillUnmount (#6196) 2019-02-03 14:13:30 +01:00