Currently, I am utilizing the Vue cli 3 UI for my latest project and am faced with a challenge regarding modifying variables within a webpack plugin.
Initially, my first thought was to use console.log; however, I am uncertain of where the output would be directed.
If not using console.log, is there an alternative method available?