dwoodsDev / brunch-angular-material-skeleton

Generalized Template Integrating Angular, Angular Material with Brunch as a build tool
0 stars 0 forks source link

Brunch babel/preset-es2015 not compatible with Mocha #1

Open brianmacdonald opened 8 years ago

brianmacdonald commented 8 years ago

Mocha was throwing a error that global was undefined. This went away when the following devDependencies were removed:

"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
dwoodsDev commented 8 years ago

Thanks Brian. I have some uncommitted work to resolve a few different issues with this repo. I'll ping you when those get in.