You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HMR really depends on Webpack knowing that a file is a Vue component, so you must use the Vue format as the base. But there's one hacky way to do it: use src import for CSS, and just import and re-export another JS file in <script>.
Is there a way to use the Hot Module Replacement having my component split into three files (JS, HTML and CSS)?
I ask this because I'd really love to keep the Atom's linters working on my code... Thanks.
The text was updated successfully, but these errors were encountered: