Nuxt.js: config `module.exports = { performance: { prefetch: false } }` not working

Created on 21 Jul 2017  路  7Comments  路  Source: nuxt/nuxt.js

After packaged the preloaded file more than forty, too much, hoping to close the preload. But in accordance with the configuration in the document, failed to successfully close the preload.

This question is available on Nuxt.js community (#c994)
available soon question

All 7 comments

please help (麓^`)

I have the same problem as you

@LXVC In order to solve this problem, I changed the source code, but not a good idea, if you need to solve this problem, you can try to 'node_module / nuxt / dist / nuxt.js' in this statement 'resourceHints = renderResourceHints' Changed to 'resourceHints = ""'

Hi. With next release disable is simply possible using: (source)

render: {
 resourceHints: false
}

@pi0 Thx

rc3 is out, closing it

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vadimsg picture vadimsg  路  3Comments

lazycrazy picture lazycrazy  路  3Comments

shyamchandranmec picture shyamchandranmec  路  3Comments

danieloprado picture danieloprado  路  3Comments

VincentLoy picture VincentLoy  路  3Comments