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
I tried your config and it works, resulting html has prefetch and preload links. I myself have config which preloads fonts and prefetches js and css and it works. Perhaps something else doesn't work in yout case. Are you using version 2?
#35
Open
caiziran opened this issue
Feb 4, 2023
· 1 comment
I tried your config and it works, resulting html has prefetch and preload links. I myself have config which preloads fonts and prefetches js and css and it works. Perhaps something else doesn't work in yout case. Are you using version 2?
different type of resource can use type to divide. when same type of resource are used in our project ,how to divide?
`
import(/* webpackPreload: true */'./abc1.js')
.then(({ default: s} ) => console.log(s))
Originally posted by @lkarmelo in #22 (comment)
The text was updated successfully, but these errors were encountered: