parcel
parcel copied to clipboard
How to configure Parcel 2 feature flag globals of Vue 3?
Hi together,
I get the following message in the browser console:
You are running the esm-bundler build of Vue. It is recommended to configure your bundler to explicitly replace feature flag globals with boolean literals to get proper tree-shaking in the final bundle. See http://link.vuejs.org/feature-flags for more details.
Does anybody know how to configure this properly? Thank you!
Greetings, Tobias