Skip to content

Commit

Permalink
SveltePlugin error: restart after changes if in watch mode
Browse files Browse the repository at this point in the history
Co-authored-by: Smittyvb <me@smitop.com>
  • Loading branch information
non25 and syvb committed Jan 12, 2021
1 parent b46ef9d commit d9169a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ function loader(source, map) {
...
new SveltePlugin()
]
If you are running Webpack in watch mode, restart the server to apply these changes.
`.split('\n').map(s => s.slice(5)).join('\n')
);
}
Expand Down

0 comments on commit d9169a0

Please sign in to comment.