We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c3fd8 commit ccb0362Copy full SHA for ccb0362
demo-vue/webpack.config.js
@@ -47,10 +47,15 @@ module.exports = (env, params = {}) => {
47
project: process.env.SENTRY_PROJECT,
48
authToken: process.env.SENTRY_AUTH_TOKEN,
49
release: {
50
- create: true,
51
- cleanArtifacts: true,
52
- name: `${nconfig.id}@${appVersion}+${buildNumber}`,
+ name: `${config.id}@${appVersion}+${buildNumber}`,
53
dist: `${buildNumber}.${platform}`,
+ setCommits: {
+ auto: true,
54
+ ignoreEmpty: true,
55
+ ignoreMissing: true
56
+ },
57
+ create: true,
58
+ cleanArtifacts: true
59
},
60
sourcemaps: {
61
ignore: ['tns-java-classes', 'hot-update'],
0 commit comments