Skip to content

tomasz-sodzawiczny/next-plugin-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js + YAML

NPM version Build Status License: MIT

Import .yml files in your next.js project.

Installation

yarn add --dev next-plugin-yaml

Usage

// next.config.js
const withYaml = require('next-plugin-yaml');

module.exports = withYaml({
  // other config here
});

Accepts both .yml and .yaml file extensions. Uses js-yaml-loader underneath.

License

MIT

About

Import .yml files in your next.js project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published