Skip to content

Commit 4a03b2e

Browse files
chore: fix styles
1 parent 95c5dde commit 4a03b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function hotLoader(content, context) {
4444
const accept = context.locals
4545
? ""
4646
: "module.hot.accept(undefined, cssReload);";
47-
47+
4848
return `${content}
4949
if(module.hot) {
5050
// ${Date.now()}

0 commit comments

Comments
 (0)