1.5.1 • Published 3 years ago

@sitearcade/next-plugins v1.5.1

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

@sitearcade/next-plugins

This is a collection of next plugins.

withArcade

Install:

npm i -D @sitearcade/next-plugins

Add to next.config.js:

const withArcade = require('@sitearcade/next-plugin');

module.exports = withArcade({
  target: 'serverless',
});

withLinaria

Install:

npm i -D @sitearcade/next-plugins

Add to next.config.js:

const withLinaria from require('@sitearcade/next-plugin/linaria');

module.exports = withLinaria({
  linaria: {} // opts,
});

NOTE: You'll also need @sitearcade/babel-preset.

1.5.1

3 years ago

1.5.0

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago