Created
July 9, 2017 05:26
-
-
Save vamsiampolu/57c0a6faa294a98a5500c4806f9c58f0 to your computer and use it in GitHub Desktop.
This file contains 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
const hmr = { | |
entry: [FILE_PATHS.reactHotLoader, FILE_PATHS.hmrEntry, | |
FILE_PATHS.entry], | |
plugins: [ | |
new HmrPlugin(), | |
new NoErrorsPlugin(), | |
new EnvironmentPlugin({ | |
NODE_ENV: 'development' | |
}) | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment