rsnext/test/integration/production/components
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
..
dynamic-css Fix dynamic css unloading (#17173) 2020-11-03 05:23:31 +00:00
logo Test CSS/Media Caching in Production Suite (#10184) 2020-01-21 08:19:53 -05:00
hello-context.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
hello1.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
hello2.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
welcome.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00