nuxt-overclock
v0.1.0
Published
Nuxt module to speed up your build time as much as possible
Readme
Nuxt overclock
⚠️ Use with caution. Uses experimental tech.
Everything to speed up Nuxt's build time.
- Parallel build using
thread-loader - Cache webpack loader result using
cache-loader - Disable CSS sourcemap
fast-sass-loaderfor significantly faster scss files compilationHardSourceWebpackPluginfor extra Webpack caching
Usage
Include the module in your nuxt.config.js
module.exports = {
buildModules: [["nuxt-overclock"]]
};