1.0.3 • Published 6 years ago

next-export-fixer v1.0.3

Weekly downloads
18
License
ISC
Repository
-
Last release
6 years ago

next-export-fixer

Fix the wrong paths after using export on nextjs cli

Install and usage

npm i next-export-fixer -D

Inside your package.json add this on "scripts":

"scripts": {
    "export": "next build && next export && next-export-fixer"
  },

Once you are ready to publish, on your project root: npm run export

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago