parcel icon indicating copy to clipboard operation
parcel copied to clipboard

How to configure Parcel 2 feature flag globals of Vue 3?

Open TobiasSchikora opened this issue 3 years ago • 4 comments

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

TobiasSchikora avatar Jul 22 '21 13:07 TobiasSchikora