Skip to content

Commit 0705e76

Browse files
committed
Properly set vue feature flags
1 parent eacba10 commit 0705e76

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dashboard/webpack.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ let config = {
163163
},
164164
}),
165165
new webpack.EnvironmentPlugin(["API_URL"]),
166+
new webpack.DefinePlugin({
167+
__VUE_OPTIONS_API__: true,
168+
__VUE_PROD_DEVTOOLS__: false,
169+
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false,
170+
})
166171
],
167172
resolve: {
168173
extensions: [".ts", ".tsx", ".js", ".mjs", ".vue"],

0 commit comments

Comments
 (0)