Tim Neutkens
93424b64a9
Use correct default for query ( #5851 )
2018-12-10 23:40:26 +01:00
Tim Neutkens
9547e77820
use native http instead of micro ( #5706 )
2018-11-19 16:36:18 +01:00
Henrik Wenz
18488f47b0
Fix linter ( #5350 )
...
* Fix linter
* Add test env
* Fix lint errors
2018-10-20 17:00:01 +02:00
Tim Neutkens
ebf0c47c25
Upgrade standard.js ( #4064 )
...
* Upgrade standard.js
# Conflicts:
# yarn.lock
* Upgrade babel-eslint
2018-03-27 20:11:03 +02:00
Oscar Martinez
eff27bdcfb
Allow etags to be disabled with config option ( #3915 )
...
* Allow etags to be disabled with config option
- CR Change: Rename option to generateEtags
- CR Change: Add tests for etag generation
- CR Change: Refactor to use next.config.js
- Update documentation
* Use renderOpts instead of passing nextConfig
2018-03-13 14:18:59 +01:00
Tim Neutkens
ed122934af
Add tests for universal webpack ( #3680 )
...
* Add tests for universal webpack
* Move tests to next-plugins
* Remove obsolete files
* Remove removed page
* Remove tests
* Rename test suite
2018-02-05 21:48:31 +05:30
Arunoda Susiripala
373661aafa
Handle empty assetPrefix scenario properly. ( #3667 )
...
Also make sure to init assetPrefix in next/asset in
the context of next-export.
2018-02-03 17:12:01 +01:00
Arunoda Susiripala
60cb06c1ba
Improved next/asset support ( #3664 )
...
* Allow next/asset to work properly with dynamic assetPrefix
Now we use webpack's publicPath via client side.
* Add test cases for dynamic assetPrefix and next/asset.
2018-02-02 21:09:24 +01:00
Arunoda Susiripala
4c7f6cc76a
Set assetPrefix dynamically ( #3661 )
...
* Introduce the setAssetPrefix API for dynamic assetPrefix.
* Remove unwanted node_modules dir in a test dir.
* Change test main description.
2018-02-02 15:43:36 +01:00