Base solution for your next web application

Activities of "Prasanthtp"

Hi

Yes. I have downloaded v14.0.0. I am using Visual Studio Community 2022 (v17.12).

I opened .web solution and running visual studio as administrator

I have also noticed after adding a new property it is not visible in the properties tab

Yes. I can see the folder

Thanks

I received an error in *npm-run-build * in azure pipelines "uglify is not a function". I fixed it like this.

import gulpUglify from 'gulp-uglify-es';

const uglify = gulpUglify.default || gulpUglify;

I think the proper fix should be *gulp-terser *instead of gulp-uglify-es

  • gulp-uglify-es* is deprecated.
Showing 11 to 13 of 13 entries