Skip to content

Instantly share code, notes, and snippets.

@f
Last active October 23, 2019 20:29
Show Gist options
  • Select an option

  • Save f/eb2c3e76fe4fba66e24a to your computer and use it in GitHub Desktop.

Select an option

Save f/eb2c3e76fe4fba66e24a to your computer and use it in GitHub Desktop.
// This modules will be required from Node modules
// It keeps the actual modules at latest version.
window.jQuery = require('jquery');
window.React = require('react');
window.ReactDOM = require('react-dom');
window.Redux = require('redux');
window.ReactRedux = require('react-redux');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment