Nolan Sedley
Nolan Sedley
I had this issue with the plain Hosted agent on VSTS. Adding the PHANTOMJS_BIN variable worked there. However I found on Hosted VS2017 this wasn't necessary. Thank you @lediur for...
I found that changing the import statement to `import * as React from 'react'` resolved the issue. This suggests it has something to do with the way that ESbuild treats...
I believe it's because your config entry points are in in an incorrect order. Shouldn't the vendor entry come before app?
Indeed editing without the intellisense is a bit of a pain so I've been using the dotnet cli to manipulate nuget packages. Though I would use this should it be...