关于[Using Parcel.js in an ASP.NET Core Application]的摘要:
ASP.NET Core supports bundling and minifying static assets at design-time using the community supported BuildBundlerMinifier package that can be configured in a bundleconfig.json file. However it’s not well suited for scenarios that would benefit from a deploy-time bundling strategy, i.e. assets are built during deployment and output files are not checked in.
原文地址: https://www.telerik.com/blogs/using-parceljs-in-an-aspnet-core-application