Skip to content

Commit e1f906f

Browse files
non25syvb
andauthored
SveltePlugin error: restart after changes if in watch mode
Co-authored-by: Smittyvb <[email protected]>
1 parent c9db621 commit e1f906f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ function loader(source, map) {
180180
...
181181
new SveltePlugin()
182182
]
183+
184+
If you are running Webpack in watch mode, restart the server to apply these changes.
183185
`.split('\n').map(s => s.slice(5)).join('\n')
184186
);
185187
}

0 commit comments

Comments
 (0)