Closed chaoren1641 closed 9 years ago
Here is my Vue component structure:
<template lang="jade"> include index.jade </template> <style lang="less"> @import "index.less"; </style> <script> </script>
When the index.jade file changes,webpack-dev-server will not automatically compile code, there is no good solution to it?
is ok now.
See https://github.com/vuejs/vue-loader/issues/64
Here is my Vue component structure:
When the index.jade file changes,webpack-dev-server will not automatically compile code, there is no good solution to it?