Next.js + Livescript Use Livescript with Next.js Installation yarn add dimensionsoftware/next-livescript Usage Create a next.config.js in your project // next.config.js const withLivescript = require('dimensionsoftware/next-livescript') module.exports = withLivescript()