Forum Discussion
Frank Chen
Oct 10, 2016Brass Contributor
Cannot compile SPFx Drop 4 and MDL2 under VS2015
I was trying to import SPFx Drop4 project to VS2015 by following the http://dev.office.com/sharepoint/docs/spfx/web-parts/basics/use-visual-studioon dev.office.com and wasn't able to compile it from ...
Michael Perry
Oct 10, 2016Iron Contributor
Not sure about the whole thing but I've had issues with
import styles from './HelloWorld.module.scss';
before as in reality the "styles" variable only exists in the "HelloWorld.module.scss.ts" file which is only created when it's first compiled. It might be an indication that it's not building the various scripts in the right order or just a side effect of an earlier error.