You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use react、 react-router and webpack-cdn-plugin。
mainPage not have axios,pageB use axios to fetch sth.
import('axios').then()
While mainPage load CDN axios.min.js is useless.
now : dist/index has CDN of axios, both /mainPage and /pageB use it.
Expect: /mainPage not have CDN of axios, /pageB load bundle of axios like 1.[hash].js or CDN axios, and then fetch sth. so , mainPage can have a better TTI.
demo here, need your response, Please. cdn-plugin-bug.zip
The text was updated successfully, but these errors were encountered:
yinsang
changed the title
import('axios').then will inject axios cdn in html
import('axios').then and optimize:true will inject axios cdn in html
Mar 4, 2021
use react、 react-router and webpack-cdn-plugin。
mainPage not have axios,pageB use axios to fetch sth.
While mainPage load CDN axios.min.js is useless.
now : dist/index has CDN of axios, both /mainPage and /pageB use it.
Expect: /mainPage not have CDN of axios, /pageB load bundle of axios like 1.[hash].js or CDN axios, and then fetch sth. so , mainPage can have a better TTI.
demo here, need your response, Please.
cdn-plugin-bug.zip
The text was updated successfully, but these errors were encountered: