Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 372 Bytes

File metadata and controls

20 lines (13 loc) · 372 Bytes

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()