1.0.3 • Published 4 years ago

next-export-fixer v1.0.3

Weekly downloads
18
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago