eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.21k stars 867 forks source link

how to disable js minification #1017

Closed pawee-del closed 2 years ago

pawee-del commented 2 years ago

Do you want to request a feature or report a bug?

What is the current behavior? the js code is automatically minify, how do i disable it If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior?

Please mention your frontend-maven-plugin and operating system version.

eirslett commented 2 years ago

Configure your build tool to do so. Look at the documentation for Gulp, Webpack, whatever you're using.