Skip to content

Commit 808f0c5

Browse files
Merge master into feature/q-dev-execution
2 parents 6b150d1 + f58de3a commit 808f0c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/core/src/test/techdebt.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ describe('tech debt', function () {
4646
// Monitor telemtry to determine removal or snooze
4747
// toolkit_showNotification.id = sessionSeparation
4848
// auth_modifyConnection.action = deleteProfile OR auth_modifyConnection.source contains CodeCatalyst
49-
fixByDate('2024-10-30', 'Remove the edge case code from the commit that this test is a part of.')
49+
fixByDate('2024-12-15', 'Remove the edge case code from the commit that this test is a part of.')
5050
})
5151
})

packages/webpack.base.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ module.exports = (env = {}, argv = {}) => {
101101
new webpack.DefinePlugin({
102102
EXTENSION_VERSION: JSON.stringify(packageJson.version),
103103
}),
104+
new webpack.DefinePlugin({
105+
__VUE_OPTIONS_API__: 'true',
106+
__VUE_PROD_DEVTOOLS__: 'false',
107+
}),
104108
new CircularDependencyPlugin({
105109
exclude: /node_modules|testFixtures/,
106110
failOnError: true,

0 commit comments

Comments
 (0)