\r\n```\r\n\r\nBut with `data-src` attribute Nuxt doesn't load images.\r\nWhat should I do?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2305\">#c2305\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2041],{"name":2002,"color":2003},2650,"data-src doesn't load images from assets folder","2023-01-18T16:02:28Z","https://github.com/nuxt/nuxt/issues/2650",0.6861555,{"description":2048,"labels":2049,"number":2051,"owner":1991,"repository":1991,"state":2005,"title":2052,"updated_at":2053,"url":2054,"score":2055},"I don't know if that's the issue or it's my misunderstanding of how this all works. When I run nuxt build --analyze, I get the following picture: \r\n\r\nI see there a lot of pages, and many of them contain the same jquery library (and some other as well). Is it necessary to include jquery into the every page file? \r\nAssume it's for server rendering (like rendering the page has to use the complete bundle of that page). But then, when I open any page in the browser, I see the following requests: \r\n\r\nIt seems that all pages files are loaded for any request. \r\nWhy so?\r\nIf the system requires to load every page js file, then why there's no single bundle file for the front end that contains everything without repeating libraries? \r\nIf it's incremental, then why the front end requests all the pages? \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2087\">#c2087\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2050],{"name":2002,"color":2003},2404,"A lot of repeating code in nuxt build pages","2023-01-18T15:55:12Z","https://github.com/nuxt/nuxt/issues/2404",0.69002724,{"labels":2057,"number":2060,"owner":1991,"repository":1991,"state":2005,"title":2061,"updated_at":2062,"url":2063,"score":2064},[2058,2059],{"name":1985,"color":2014},{"name":2002,"color":2003},7995,"Lazy loading of vuex modules","2023-01-22T15:52:36Z","https://github.com/nuxt/nuxt/issues/7995",0.69111395,{"description":2066,"labels":2067,"number":2069,"owner":1991,"repository":1991,"state":2005,"title":2070,"updated_at":2071,"url":2072,"score":2073},"Hi, I've encountered an issue I think might be due to the magic import handling for assets. Using nuxt 1.0.0-rc11.\r\n\r\nI'm using [responsive-loader](https://github.com/herrstucki/responsive-loader) to resize images from assets.\r\n\r\nIf I configure the loader in `nuxt.config.js` like this:\r\n```javascript\r\n extend: (config, { isClient }) => {\r\n const urlLoader = config.module.rules.find(\r\n rule => rule.loader === 'url-loader'\r\n );\r\n urlLoader.test = /\\.(gif)$/;\r\n\r\n config.module.rules.push({\r\n test: /\\.(jpe?g|png)$/i,\r\n loader: 'responsive-loader',\r\n options: {\r\n placeholder: true,\r\n placeholderSize: 20,\r\n sizes: [300]\r\n }\r\n });\r\n },\r\n```\r\n...then this works:\r\n\r\n```javascript\r\nrequire(`~/assets/images/${item.key}/${i}.png`)\r\n```\r\nHowever, if I add a query parameter:\r\n```javascript\r\nrequire(`~/assets/images/${item.key}/${i}.png?sizes[]=300`)\r\n```\r\nI get:\r\n```\r\n Cannot find module \"~/assets/images\" \r\n```\r\nIs this due to import handling, or have I misconfigured the loader? \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1673\">#c1673\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2068],{"name":2002,"color":2003},1862,"Using query parameters in require statements: require('~/assets/something?test=true')","2023-01-18T15:42:46Z","https://github.com/nuxt/nuxt/issues/1862",0.6930561,{"description":2075,"labels":2076,"number":2078,"owner":1991,"repository":1991,"state":2005,"title":2079,"updated_at":2080,"url":2081,"score":2082},"Hello,\r\n\r\nso when I visit my nuxt app, the app automatically loads all the pages in the background. On content heavy sites with lots of pages, I want to prevent nuxt from loading the page before the user actually navigates to them. Is that somehow possible? It's just to save on bandwidth. \n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1953\">#c1953\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[2077],{"name":2002,"color":2003},2221,"Prevent nuxt from eager-loading pages","2023-01-18T15:54:59Z","https://github.com/nuxt/nuxt/issues/2221",0.6932112,["Reactive",2084],{},["Set"],["ShallowReactive",2087],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"xXzQQK0FHHU31DOHL_0pNJUj4PfTyiydGimQXp4Ja1g":-1},"/nuxt/test-utils/484"]