nuxt-overclock
v0.1.0
Published
Nuxt module to speed up your build time as much as possible
Downloads
2
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-loader
for significantly faster scss files compilationHardSourceWebpackPlugin
for extra Webpack caching
Usage
Include the module in your nuxt.config.js
module.exports = {
buildModules: [["nuxt-overclock"]]
};