Warrning when watching You are running the esm-bundler build of Vue...
See original GitHub issue- Laravel Mix Version: 6.0.13
- Node Version (
node -v
): v14.15.5 - NPM Version (
npm -v
): 6.14.11 - OS: OSX BigSur
Description:
Should I care about this warning when running npm run watch?
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.
Not quite sure what it telling me. This message is;t visible on the production build but still want to get rid of it.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
You are running the esm-bundler build of Vue. It is ...
I am getting this error on my Vue 3 project: You are running the esm-bundler build of Vue. It is recommended to configure...
Read more >How to remove warning in vue to configure feature flags to ...
How to remove warning in vue to configure feature flags to esm module bundling: Laravel Mix. In Laravel, when using Laravel mix to...
Read more >[Solved]-You are running the esm-bundler build of Vue. It is ...
Coding example for the question You are running the esm-bundler build of Vue. It is recommended to configure your bundler-Vue.js.
Read more >You are running the esm-bundler build of Vue. It is ...
Hello,. I am getting this error on my vuejs3-project: You are running the esm-bundler build of Vue. It is recommended to configure ...
Read more >Vue 3 Component not showing - blade is showing - Laracasts
on console - I got warning like this -> ... app.js:12228 You are running the esm-bundler build of Vue. It is recommended to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s how you get rid of it
Oh, right yeah we should set the necessary defines when using
.vue()
and Vue 3. Good catch.