🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

nuxt-webpack-optimisations

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-webpack-optimisations - npm Package Compare versions

Comparing version

to
2.0.1

2

dist/module.d.ts

@@ -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 @@ ![](https://repository-images.githubusercontent.com/337066468/8a3e8e34-3d48-4f0f-bb07-b02e4391f53c)

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