将jQuery安装到Angular项目后,WebPack和Polyfill相关错误 -

时间:2018-06-10 19:49:39

标签: jquery webpack .net-core angular5 polyfills

你能告诉我这里的问题到底是什么吗?

enter image description here

我所做的只是将jquery安装到基于Angular应用程序的.Net核心中。作为预防措施,我还在Startup.cs中添加了以下代码块。

if (env.IsDevelopment())
{
    app.UseDeveloperExceptionPage();
    app.UseWebpackDevMiddleware(new WebpackDevMiddlewareOptions
    {
        HotModuleReplacement = true,
        HotModuleReplacementEndpoint= "/dist/__webpack_hmr"
    });
}

但是,每次启动应用程序时,此webpack相关错误都会显示。需要做什么?这是什么情景?我安装了jquery以及@ types / jquery --save。那么为什么会出现这个错误?

提前致谢,

PS。 - 为图像链接道歉,我无法嵌入它。第一次这样做

0 个答案:

没有答案