Skip to content

0.22.0

Pre-release
Pre-release

Choose a tag to compare

@adambullmer adambullmer released this 08 Aug 07:26
· 70 commits to master since this release
b7808b0

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');
  },
};