0.22.0
Pre-release
Pre-release
Removing configuration for the browser polyfill. It is now standard and users will have to explicitly opt out of using it.
vue.config.js
module.exports = {
chainWebpack(config) {
config.plugins.delete('provide-webextension-polyfill');
config.module.rules.delete('provide-webextension-polyfill');
},
};