nextjs-export-path-map
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

next-export-path-map

export all pages except file start with _, test

next.config.js

const {exportPathMap} = require('next-export-path-map')
 
module.exports = {
  exportPathMap
}
 

forked from https://github.com/deptno/ts-module-boilerplate

wget -qO- https://github.com/deptno/ts-module-boilerplate/archive/master.zip | bsdtar -xf- && mv ts-module-boilerplate-master your_project

Readme

Keywords

none

Package Sidebar

Install

npm i nextjs-export-path-map

Weekly Downloads

50

Version

0.1.2

License

MIT

Last publish

Collaborators

  • deptno