feat!: manifest v3 release trigger

BREAKING CHANGE: this change is sufficient enough to warrant a major
bump
This commit is contained in:
kyranjamie
2023-07-18 13:20:13 +02:00
parent 83bfae6a77
commit 80615cac13
4 changed files with 5 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
const config = require('./webpack.config.base');
const packageJson = require('../package.json');
const { EsbuildPlugin } = require('esbuild-loader');
const SentryWebpackPlugin = require('@sentry/webpack-plugin');
const { sentryWebpackPlugin } = require('@sentry/webpack-plugin');
const webpack = require('webpack');
const shouldMinify = JSON.parse(process.env.MINIFY_PRODUCTION_BUILD || false);
@@ -49,7 +49,7 @@ config.plugins = [
}),
...(sentryAuthToken
? [
new SentryWebpackPlugin({
sentryWebpackPlugin({
org: 'trust-machines',
project: 'hiro-wallet',