Do I need to specify the experimental scope hoisting/tree shaking flag (in parcel 2.0) to use tree shaking?
parcel build entry.js --experimental-scope-hoisting
Or tree shaking is not longer a experimental feature in parcel 2.0?
Do I need to specify the experimental scope hoisting/tree shaking flag (in parcel 2.0) to use tree shaking?
parcel build entry.js --experimental-scope-hoisting
Or tree shaking is not longer a experimental feature in parcel 2.0?