Bug 32030: Fix for vue warning
authorPedro Amorim <pjamorim91@gmail.com>
Wed, 2 Nov 2022 10:51:47 +0000 (09:51 -0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 8 Nov 2022 12:44:51 +0000 (09:44 -0300)
commit075544d3f56606e494fd6b52d0bb289a38361983
treea27095e065abe4c72e5bba6543aaef9fa4c8510b
parent3941f9528762e46b3cdb384d2835bf17e846dabf
Bug 32030: Fix for vue warning

We were getting the following warning in the console:
runtime-core.esm-bundler.js:5122 Feature flags VUE_OPTIONS_API, VUE_PROD_DEVTOOLS are not explicitly defined. You are running the esm-bundler build of Vue, which expects these compile-time feature flags to be globally injected via the bundler config in order to get better tree-shaking in the production bundle.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
webpack.config.js