How to resolve esm-bundler build warning when running vue 3 and laravel 8
When running npm run watch below warning is displayed: Warning details: You can add below code in webpack.mix.js to the get rid of this warning Used Define Plugin to set two flags – https://webpack.js.org/plugins/define-plugin/ VUE_OPTIONS_API (enable/disable Options API support, default: true)VUE_PROD_DEVTOOLS (enable/disable devtools support in production, default: false)
How to resolve esm-bundler build warning when running vue 3 and laravel 8 Read More »