rsnext/test/integration/production/pages/dynamic
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
..
bundle.js Rename ZEIT to Vercel (#12075) 2020-04-21 11:47:12 +02:00
css.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
index.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
many-css-modules.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
many-dynamic-css.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
nested-css.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
no-chunk.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
no-css.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
no-ssr-custom-loading.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
no-ssr.js Load chunks in SSR mode only if they exists in the filesystem (#2196) 2017-06-08 19:41:22 +02:00
pagechange1.js Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
pagechange2.js Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
shared-css-module.js Store css file dependencies info for dynamic imports and apply it at SSR (#12843) 2020-08-24 05:20:11 +00:00
ssr-true.js Tests for "ssr: true" on dynamic pages (#5728) 2018-11-25 01:11:25 +01:00
ssr.js Load chunks in SSR mode only if they exists in the filesystem (#2196) 2017-06-08 19:41:22 +02:00