mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
fix HMR attempts in production
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { dest, dev, entry } from '../config';
|
||||
import { dest, isDev, entry } from '../config';
|
||||
|
||||
export default {
|
||||
dev,
|
||||
dev: isDev(),
|
||||
|
||||
client: {
|
||||
entry: () => {
|
||||
|
||||
Reference in New Issue
Block a user