Open maciejmyslinski opened 8 years ago
Hi! I am using webpack and meteor. Alt-devtool do not see any alt instance. Is it because webpack hides alt in other functions? How to make Alt-devtool working with webpack?
Hey, I am using it with webpack.
Did you install the extension from the extension store?
@maciejmyslinski be sure to execute require('alt/utils/chromeDebug')(altInstance)
require('alt/utils/chromeDebug')(altInstance)
Hi! I am using webpack and meteor. Alt-devtool do not see any alt instance. Is it because webpack hides alt in other functions? How to make Alt-devtool working with webpack?