Skip to content

Commit 97eacf4

Browse files
committed
fix hotOptions not being applied
1 parent afd5e96 commit 97eacf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/make-hot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ const createMakeHot = ({ walk, meta = 'import.meta', hotApi, adapter }) => {
247247
const [
248248
id,
249249
compiledCode,
250-
hotOptionsArg,
250+
hotOptions,
251251
compiled,
252252
originalCode,
253253
compileOptions,
254254
] = args
255255
return {
256256
id,
257257
compiledCode,
258-
hotOptionsArg,
258+
hotOptions,
259259
compiled,
260260
originalCode,
261261
compileOptions,

0 commit comments

Comments
 (0)