mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-30 21:52:28 +08:00
feat!: manifest v3 release trigger
BREAKING CHANGE: this change is sufficient enough to warrant a major bump
This commit is contained in:
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user