eslint报错
升级至webpack4升级时出现的问题
ImportDeclaration should appear when the mode is ES6 and in the module context.
AssertionError [ERR_ASSERTION]: ImportDeclaration should appear when the mode is ES6 and in the module context.
解决方法:
在网上搜了搜是eslint版本的问题,在这里就升级了一下eslint的版本
从原来的3.19.0 升级至 “eslint”: “5.1.0”