-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR in ./app/index.js - Symbol is not defined #4
Comments
Also happend to me |
Same here |
I have not resolved this issue yet, but it looks like an issue using the latest version of html-webpack-plugin. |
Same issue here |
Same here |
Has anyone had any luck with this yet? Same issue here |
Same issue , but below answer from stackoverflow resolved it. Have to update External web tools -> path settings. but creates new error webpack: Compiled successfully. |
Just updated all libs to the latest version. There was an issue with the HtmlWebpackPlugin that is solved now. If problems still persist, try the suggestion from the link above to let Visual Studio use the node.js version from the path and not its own old version (see also https://blogs.msdn.microsoft.com/webdev/2015/03/19/customize-external-web-tools-in-visual-studio-2015/). |
I just cloned this repo and only updated typescript version since VS warned me about it (just a project setting) and runs perfectly. |
Thanks for the heads up. |
After I cloned the whole project and pressed F5 in VS2015. I'm getting the following error in the Task Runner Explorer:
I do have NodeJS v4 and Webpack Task Runner Extension installed. I also did
locally to my VSReact project folder. What else am I doing wrong? Or are the new release packages breaking this wonderful build?
thanks!
The text was updated successfully, but these errors were encountered: