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

/nextjs-export-path-map/

    Package Sidebar

    Install

    npm i nextjs-export-path-map

    Weekly Downloads

    62

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • deptno