mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix: Fix typo
This commit is contained in:
parent
992849ee1a
commit
aa7b9da2bb
@ -88,7 +88,7 @@ export default ({ options, nuxt, renderRoute, resources }) => async function nux
|
|||||||
|
|
||||||
const defaultPushAssets = (preloadFiles, shouldPush, publicPath, isDev) => {
|
const defaultPushAssets = (preloadFiles, shouldPush, publicPath, isDev) => {
|
||||||
if (shouldPush && isDev) {
|
if (shouldPush && isDev) {
|
||||||
consola.warn('http2.shouldPush is deprecated. User http2.pushAssets function')
|
consola.warn('http2.shouldPush is deprecated. Use http2.pushAssets function')
|
||||||
}
|
}
|
||||||
|
|
||||||
const links = []
|
const links = []
|
||||||
|
Loading…
Reference in New Issue
Block a user