Are Next plugins needed after build for production? #13131
-
I am currently automating my deployment process with GitHub Actions which I am stripping off all the DevDependencies but kept on having issues with Next plugins not installed. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
May 20, 2020
Replies: 1 comment 1 reply
-
To run your app via |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Akumzy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To run your app via
next start
you'll need to also have your plugin dependencies used in yournext.config.js
installed.