fusebox-hmr-style

0.0.1 • Public • Published

fusebox-hmr-style

Custom hot module replacement handler for css Temporary solution until fuse-box/fuse-box#186 not merged to the fusebox core.

USAGE

In your first entry point (usualy main.js) add something like:
// @if devMode
import 'fusebox-hmr-style';
// @endif

Or:

if (process.env.NODE_ENV === 'development') {
    require('fusebox-hmr-style');
}

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i fusebox-hmr-style

    Weekly Downloads

    2

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • iamthes