wandergis / avalon-webpack-spa

一个集成了avalon mmstate oniui jquery webpack gulp的工程化项目
http://wandergis.github.io/avalon-webpack-spa/
MIT License
59 stars 15 forks source link

执行gulp 提示gulpfile.js 配置文件 语法错误 #4

Closed xmllein closed 6 years ago

xmllein commented 8 years ago

del(['./dist/.js','./dist/.css','./dist/*.map']).then(paths => {

SyntaxError: Unexpected token >

wandergis commented 8 years ago

你改成es5的语法就好了

xmllein commented 8 years ago

建议写个注释