0.4.3 • Published 22 days ago

woodstok-next-plugin v0.4.3

Weekly downloads
-
License
ISC
Repository
-
Last release
22 days ago

Woodstok-next-plugin

Para que o pacote woodstok funcione em um projeto Nextjs é necessário que façamos algumas configurações no webpack para que seja possível utilizar os ícones e fontes.

1. Pré-requisitos

2. Como instalar

# with pnpm
pnpm install woodstok-next-plugin

# with yarn
yarn add woodstok-next-plugin

# with npm
npm install woodstok-next-plugin

Para utilizar esse pacote é necessário fazer a seguinte configuração no arquivo next.config.js:

const { withWoodstok } = require('woodstok-next-plugin');

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
  swcMinify: true,
};

module.exports = withWoodstok(nextConfig);
0.4.3

22 days ago

0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

5 months ago

0.3.1

11 months ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago