Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.
This repository was archived by the owner on May 27, 2021. It is now read-only.

As a developer I would like support for Hot Module Replacement / Reloading (HMR) #40

@thescientist13

Description

@thescientist13

Type of Change

  • New Feature Request
  • Documentation
  • Improvement / Suggestion
  • Bug
  • Other (please clarify below)

Summary

HMR is a feature of webpack's in-memory dev server that allows for only have to reload the modules that actually changed, instead of having to refresh the entire page and losing all the state of the app.

Details

It should be possible in theory, but not 100% certain. Have done it with React which is pretty much all JS, so I don't see why it wouldn't work with "vanilla" JS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions