nuxt-webpack-optimisations
Advanced tools
Comparing version
@@ -46,3 +46,3 @@ import * as _nuxt_kit_edge from '@nuxt/kit-edge'; | ||
*/ | ||
profile: 'risky' | 'experimental' | 'safe'; | ||
profile?: 'risky' | 'experimental' | 'safe'; | ||
/** | ||
@@ -49,0 +49,0 @@ * Enable logger debug to be displayed/ |
{ | ||
"name": "nuxt-webpack-optimisations", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Nuxt.js module to automatically make your webpack builds faster and smaller.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -27,7 +27,7 @@  | ||
By making smarter and riskier assumptions on how you want to run your environment in development, this module has been benchmarked | ||
to reduce your build time by **50% when cold ☃** , **95%+ when hot 🔥**. | ||
to reduce your build time by **~50% when cold ☃** , **~95%+ when hot 🔥** (using hardsource). | ||
### How risky are we talking | ||
The riskier optimisations are isolated to issues in development around caching being too aggressive, which is always easy to fix with a good old `rm -rf node_modules/.cache` 💩. | ||
The riskier optimisations are enabled only on development and relate to over caching, which is always easy to fix with a good old `rm -rf node_modules/.cache` 💩. | ||
@@ -34,0 +34,0 @@ ✔️ This module has been tested to cause no issues in production environments. |
Sorry, the diff of this file is not supported yet
23567
0.03%