Building unminified in Rollup
In rollup.config.js
, get rid of the call to terser()
. Either comment it out, or if it's behind a flag, like production
, do what it takes to unset that flag.
#rollup #build #javascript
In rollup.config.js
, get rid of the call to terser()
. Either comment it out, or if it's behind a flag, like production
, do what it takes to unset that flag.
#rollup #build #javascript