changed release
This commit is contained in:
@@ -10,7 +10,7 @@ const { sentryWebpackPlugin } = require("@sentry/webpack-plugin");
|
||||
|
||||
require('dotenv').config();
|
||||
|
||||
console.log(process.env);
|
||||
// console.log(process.env);
|
||||
|
||||
module.exports = merge(baseConfig, {
|
||||
mode: 'production',
|
||||
@@ -80,10 +80,12 @@ module.exports = merge(baseConfig, {
|
||||
project: "materio.com",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
url: "https://frontlog.figli.io",
|
||||
release: process.env.RELEASE,
|
||||
release: {
|
||||
name: process.env.RELEASE
|
||||
},
|
||||
// urlPrefix: '~/', // Adjust based on your deployment setup
|
||||
// include: './dist', // Adjust based on your output directory
|
||||
ignore: ['node_modules', 'build'],
|
||||
// ignore: ['node_modules', 'build'],
|
||||
}),
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': JSON.stringify('production')
|
||||
|
Reference in New Issue
Block a user