0.5.0 • Published 2 years ago

@monots/next-plugin v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@monots/next-plugin

A Next.js plugin to make Next sites work with monots prepare

Install

yarn add @monots/next-plugin

Motivation

Next.JS doesn't automatically work with monots prepare and you will see cryptic errors when running on the server.

This plugin ensures that files are transpiled without requiring a build.

Usage

Add the plugin to your next.config.js file.

const withMonots = require('@monots/next-plugin');
module.exports = withMonots({ ...yourOwnConfig });
0.4.5

2 years ago

0.5.0

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.2.0

2 years ago