rsnext/test/integration/production
Tim Neutkens 843d58425b
Add browser polyfils for Node.js modules (webpack 5 backwards compat) (#16022)
This adds the following Node.js core polyfills only when the import is used:

- `path`
- `stream`
- `vm`
- `crypto`
- `buffer`

Fixes #15948

We'll have a separate issue about adding warnings for the usage of these modules in the browser, some polyfills like crypto are quite heavy and generally not needed for most applications (included accidentally through node_modules).
2020-08-10 01:26:21 +00:00
..
components Test CSS/Media Caching in Production Suite (#10184) 2020-01-21 08:19:53 -05:00
pages Add browser polyfils for Node.js modules (webpack 5 backwards compat) (#16022) 2020-08-10 01:26:21 +00:00
public Update RegExp test and remove extra script (#11006) 2020-03-12 14:24:44 -04:00
static/data Fix the route redirect error when we've multiple path params. (#2652) 2017-07-26 22:31:49 +05:30
test Add browser polyfils for Node.js modules (webpack 5 backwards compat) (#16022) 2020-08-10 01:26:21 +00:00
info.json Use our static file rendering machanism to serve pages. 2018-01-13 10:36:50 +05:30
next.config.js De-experimentalize custom-routes (#14602) 2020-06-27 09:18:18 +00:00