rsnext/test/integration/production/pages
khades b1503e13e8
Fix dynamic css unloading (#17173)
Serverside Dynamically loaded CSS module file insertion adds css-files as usual static files with special data-n-p tag, that is used in page transition logic. That files get removed on page transition cause they are not explicitly required in scope of page.

Mini-css-extract-plugin adds style tags at chunk insertion without any tags and leave them be, no matter how many page transitions were made.

I removed data-n-p tag from dynamically loaded css module files and added new data-n-d tag for it.

Fixes #16950
2020-11-03 05:23:31 +00:00
..
api Fix dynamic APIs with query params (#8386) 2019-08-19 13:19:39 -04:00
development-logs Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
dynamic Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
invalid-param Improve server performance by skipping decode/re-encode (#17323) 2020-09-24 06:05:40 +00:00
about.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
amp-hybrid.js Experimental module/nomodule support (#7704) 2019-07-24 22:16:32 -04:00
amp.js Experimental module/nomodule support (#7704) 2019-07-24 22:16:32 -04:00
another.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
bad-promise.js Use core-js promise polyfill for nomodule browsers (#10985) 2020-03-11 16:21:49 -04:00
counter.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
css-and-back.js Fix IE11 CSS Compatibility (#16336) 2020-08-19 02:34:44 -04:00
css-modules.js Fix IE11 CSS Compatibility (#16336) 2020-08-19 02:34:44 -04:00
error-in-browser-render-status-code.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
error-in-browser-render.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
error-in-ssr-render.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
external-and-back.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
finish-response.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
fully-dynamic.js Add etag support for getServerSideProps/getStaticProps pages (#14760) 2020-07-01 14:59:18 +00:00
fully-static.js Add etag support for getServerSideProps/getStaticProps pages (#14760) 2020-07-01 14:59:18 +00:00
index.js Fix pages/index.js and pages/index/index.js behavior (#13699) 2020-06-04 17:32:45 +00:00
mark-in-head.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
next-import.js Make sure to handle "next" import gracefully (#11733) 2020-04-07 15:13:01 -04:00
node-browser-polyfills.js Add browser polyfils for Node.js modules (webpack 5 backwards compat) (#16022) 2020-08-10 01:26:21 +00:00
prefetch.js Add selenium-webdriver and testing cross-browser in PRs (#9821) 2019-12-26 15:01:22 -05:00
process-env.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
query.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
regexp-polyfill.js Update RegExp test and remove extra script (#11006) 2020-03-12 14:24:44 -04:00
runtime-config.js Add default values for runtime config (#7847) 2019-07-10 10:43:04 -04:00
shadowed-page.js Do not assign to readonly property in Safari (#16051) 2020-08-10 13:15:37 -04:00
some-amp.js Fix syntax error in ie11 from next-server/amp (#8032) 2019-07-18 22:09:41 -04:00
to-nonexistent.js Do not assign to readonly property in Safari (#16051) 2020-08-10 13:15:37 -04:00
to-shadowed-page.js Do not assign to readonly property in Safari (#16051) 2020-08-10 13:15:37 -04:00
with-title.js Add test for title and routeChangeComplete (#14132) 2020-06-12 16:26:10 +00:00