Skip to content

Commit 833ec5b

Browse files
committed
chore: attempt to fix soucelabs errors
1 parent f542e39 commit 833ec5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
entry: {
88
'./dist/workfront': './src/Api.ts'
99
},
10-
mode: 'development',
10+
mode: 'production',
1111
output: {
1212
path: __dirname,
1313
filename: '[name].js',

0 commit comments

Comments
 (0)