Last active
October 23, 2019 20:29
-
-
Save f/eb2c3e76fe4fba66e24a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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