Can Vite write to disk in development mode? #2310
Answered
by
cawa-93
elliottregan
asked this question in
Q&A
-
I'm developing a new browser extension with Vite + Vue. For easier development, I'd like to be able to write files to disk while working in development mode. This is possible with Webpack, but I can't find the right setting in Vite or Rollup. Can Rollup write to disk in development mode? Or do I need to write my own "watch & compile on change" script? Thanks for any tips! |
Beta Was this translation helpful? Give feedback.
Answered by
cawa-93
Mar 1, 2021
Replies: 1 comment 1 reply
Answer selected by
elliottregan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#1434