aspnet-webpack icon indicating copy to clipboard operation
aspnet-webpack copied to clipboard

Source code for the NuGet package and samples for using Webpack with asp.net core applications

Results 8 aspnet-webpack issues
Sort by recently updated
recently updated
newest added

When you're running Kestrel and don't have webpack installed an exception is thrown with such message: https://github.com/xabikos/aspnet-webpack/blob/eda5909e7f0d5c52de9b70280bfed106358678cc/src/Webpack/Webpack.cs#L57-L59 This is misleading. It would be better to handle those two cases separately...

When trying to upgrade the @angular packages from 4.3.6 to 4.4, I am met with an error trying to compile. Even after undoing my changes to packages.json, I still see...

Hello, I am trying to use webpack in my asp core project and the app crashes on app.UseWebPack() saying that it cannot find the file specified. Program.cs public void Configure(IApplicationBuilder...

Hi, I'm using chunks along with the [name] and [hash] filenames to generate multiple bundles (one for all vendor/3rd party modules and a separate one for my own app modules)....

The docs you wrote say to add `app.UseWebpack("webpack.config.js", "dist/main.bundle.js", new WebpackDevServerOptions("localhost", 4000)); ` This is fine if I use one bundle for all, but if I chunk my bundles, then...

Great - now I'd like to use angular 2.0 and asp.net core (vnext). What are the steps?

It's necessary to check that all required node modules are installed based on the user configuration. When an external file is used won't happen.