💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
``` npm.cmd install eslint-webpack-plugin -D ``` ``` \react108\webpack.config.js:45 new ESLintPlugin(options) ^^^ SyntaxError: Unexpected token 'new' ``` ``` \react108\webpack.config.js:44 }); ^ SyntaxError: Unexpected token ';' ``` ``` \react108\webpack.config.js:45 new ESLintPlugin(options) ^ ReferenceError: options is not defined ``` ``` plugins:[ new HtmlwebpackPlugin({ title:'my first react app' }), new ESLintPlugin() ], resolve:{ extensions:['','.js','jsx'] } } ```