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/basic/test
Tim Neutkens 9ffd23eeef
Replace pages-plugin with loader (#5994)
* Remove unused argument

* Replace pages-plugin with loader

* Add loader-utils types

* Remove logs

* Bring back previous deposal behavior

* Remove console.log

* Remove webpack/utils as it’s no longer in use

* Remove hot-self-accept-loader

* Error Recovery tests

* Make hotSelfAccept a noop default loader

* Fix windows deleted/added

* Remove logging

* Remove unused variables

* Remove log

* Simplify entrypoint generation

* Don’t return the function

* Fix _app test

* Remove code that’s always true

* Move aliases to constants

* Use alias

* Join pages alias in reduce

* Default pages differently

* Loop over pages instead of manually defining

* Move entry generation into common function

* Update packages/next/build/webpack/loaders/next-client-pages-loader.ts

Co-Authored-By: timneutkens <tim@timneutkens.nl>

* Update packages/next/build/webpack/loaders/next-client-pages-loader.ts
2019-01-08 23:10:32 +01:00
..
asset.js Fix linter (#5350) 2018-10-20 17:00:01 +02:00
client-navigation.js Transpile imports if module has module.exports (#5780) 2018-11-30 17:56:07 +01:00
dynamic.js Tests for "ssr: true" on dynamic pages (#5728) 2018-11-25 01:11:25 +01:00
error-recovery.js Replace pages-plugin with loader (#5994) 2019-01-08 23:10:32 +01:00
hmr.js Fix linter (#5350) 2018-10-20 17:00:01 +02:00
index.test.js Fix linter (#5350) 2018-10-20 17:00:01 +02:00
process-env.js Remove unused vars and fix typo. (#5752) 2018-11-27 12:28:34 +01:00
rendering.js Add test for instance method on getInitialProps. (#5951) 2018-12-26 23:30:16 +01:00