GithubHelp home page GithubHelp logo

redux-features-hot-loader's Introduction

redux-features-hot-loader

Build Status Coverage Status semantic-release Commitizen friendly

Webpack hot reloading for redux-features

Usage

npm install --save-dev redux-features-hot-loader

Inline

import {addFeature} from 'redux-features'
import store from './store'
import myFeature from 'redux-features-hot-loader!./myFeature'

store.dispatch(addFeature('myFeature', myFeature))

Webpack loader (Webpack 1)

This should come before your main \.js$ loader.

For instance to apply this to all files ending in Feature.js:

{
  test: /Feature\.js$/,
  loader: 'redux-features-hot-loader',
},

redux-features-hot-loader's People

Contributors

jedwards1211 avatar greenkeeper[bot] avatar

Watchers

James Cloos avatar  avatar  avatar

redux-features-hot-loader's Issues

An in-range update of babel-runtime is breaking the build 🚨

Version 6.26.0 of babel-runtime just got published.

Branch Build failing 🚨
Dependency babel-runtime
Current Version 6.25.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-runtime is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • βœ… coverage/coveralls First build on greenkeeper/babel-runtime-6.26.0 at 100.0% Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-preset-es2015 is breaking the build 🚨

Version 6.24.0 of babel-preset-es2015 just got published.

Branch Build failing 🚨
Dependency babel-preset-es2015
Current Version 6.22.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-preset-es2015 is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

  • βœ… coverage/coveralls First build on greenkeeper/babel-preset-es2015-6.24.0 at 100.0% Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-flowtype is breaking the build 🚨

Version 2.30.4 of eslint-plugin-flowtype just got published.

Branch Build failing 🚨
Dependency eslint-plugin-flowtype
Current Version 2.30.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As eslint-plugin-flowtype is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ coverage/coveralls Coverage pending from Coveralls.io Details

  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v2.30.4

<a name"2.30.4">

2.30.4 (2017-03-21)

Bug Fixes

Commits

The new version differs by 1 commits .

  • 636cead fix: no-dupe-keys with legal duplicated keys (#148)

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-core is breaking the build 🚨

Version 6.26.0 of babel-core just got published.

Branch Build failing 🚨
Dependency babel-core
Current Version 6.25.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-core is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • βœ… coverage/coveralls First build on greenkeeper/babel-core-6.26.0 at 100.0% Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-cli is breaking the build 🚨

Version 6.26.0 of babel-cli just got published.

Branch Build failing 🚨
Dependency babel-cli
Current Version 6.24.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-cli is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • βœ… coverage/coveralls First build on greenkeeper/babel-cli-6.26.0 at 100.0% Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of redux-features is breaking the build 🚨

Version 1.3.1 of redux-features just got published.

Branch Build failing 🚨
Dependency redux-features
Current Version 1.3.0
Type peerDependency

This version is covered by your current version range and after updating it in your project the build failed.

As redux-features is β€œonly” a peerDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

  • βœ… coverage/coveralls First build on greenkeeper/redux-features-1.3.1 at 100.0% Details

Release Notes v1.3.1

<a name"1.3.1">

1.3.1 (2017-03-07)

Bug Fixes

  • loadFeatureMiddleware: catch errors accidentally thrown from load method (04947740)
Commits

The new version differs by 17 commits .

  • caa8a70 Merge branch 'master' of https://github.com/jcoreio/redux-features
  • 0494774 fix(loadFeatureMiddleware): catch errors accidentally thrown from load method
  • 094fea9 Merge pull request #6 from jcoreio/greenkeeper/flow-bin-0.41.0
  • 09dc898 chore(package): update flow-bin to version 0.41.0
  • cd62ed9 Merge pull request #3 from jcoreio/greenkeeper/eslint-watch-3.0.0
  • af17c05 Merge branch 'master' into greenkeeper/eslint-watch-3.0.0
  • 9462619 Merge pull request #4 from jcoreio/greenkeeper/husky-0.13.0
  • 00f95e8 Merge pull request #5 from jcoreio/greenkeeper/flow-bin-0.40.0
  • 71abd21 chore(package): update flow-bin to version 0.40.0
  • 84d33e7 chore(package): update eslint-watch to version 3.0.0
  • 6e9cb48 Merge pull request #2 from jcoreio/greenkeeper/flow-bin-0.39.0
  • 5207d63 chore(package): update flow-bin to version 0.39.0
  • c1445aa chore(package): update husky to version 0.13.0
  • 5ecbd42 Merge pull request #1 from jcoreio/greenkeeper/update-all
  • ba892dc chore(package): update dependencies

There are 17 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of babel-register is breaking the build 🚨

Version 6.26.0 of babel-register just got published.

Branch Build failing 🚨
Dependency babel-register
Current Version 6.24.1
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As babel-register is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • βœ… coverage/coveralls First build on greenkeeper/babel-register-6.26.0 at 100.0% Details

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of wdio-mocha-framework is breaking the build 🚨

Version 0.5.9 of wdio-mocha-framework just got published.

Branch Build failing 🚨
Dependency wdio-mocha-framework
Current Version 0.5.8
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As wdio-mocha-framework is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Commits

The new version differs by 15 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.