Skip to content

Commit ccb0362

Browse files
committed
chore: demo
1 parent a5c3fd8 commit ccb0362

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

demo-vue/webpack.config.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@ module.exports = (env, params = {}) => {
4747
project: process.env.SENTRY_PROJECT,
4848
authToken: process.env.SENTRY_AUTH_TOKEN,
4949
release: {
50-
create: true,
51-
cleanArtifacts: true,
52-
name: `${nconfig.id}@${appVersion}+${buildNumber}`,
50+
name: `${config.id}@${appVersion}+${buildNumber}`,
5351
dist: `${buildNumber}.${platform}`,
52+
setCommits: {
53+
auto: true,
54+
ignoreEmpty: true,
55+
ignoreMissing: true
56+
},
57+
create: true,
58+
cleanArtifacts: true
5459
},
5560
sourcemaps: {
5661
ignore: ['tns-java-classes', 'hot-update'],

0 commit comments

Comments
 (0)