You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue occurs when disabling externals: nodeModules() from webpack/config.server.js
and removing the webpack-hot-middleware with all related stuff from the project (which prevent webpack.config.babel.js to be reloaded a second time here)
The text was updated successfully, but these errors were encountered:
Versions
Environment:
OSX 10.11.6
Language:
ES6/7
Current behavior:
Error thrown here:
oldHandlers[ext] = (void 0)[ext];
inhookExtensions()
After building, when run I get the same error as explained here:
http://stackoverflow.com/questions/37275183/webpack-bundle-throwing-uncaught-type-error
Webpack Configs
The issue occurs when disabling
externals: nodeModules()
from webpack/config.server.jsand removing the
webpack-hot-middleware
with all related stuff from the project (which prevent webpack.config.babel.js to be reloaded a second time here)The text was updated successfully, but these errors were encountered: