3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Properly set vue feature flags

This commit is contained in:
TheKodeToad 2025-03-13 18:29:34 +00:00
parent eacba10993
commit 0705e76f54
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E

View file

@ -163,6 +163,11 @@ let config = {
},
}),
new webpack.EnvironmentPlugin(["API_URL"]),
new webpack.DefinePlugin({
__VUE_OPTIONS_API__: true,
__VUE_PROD_DEVTOOLS__: false,
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false,
})
],
resolve: {
extensions: [".ts", ".tsx", ".js", ".mjs", ".vue"],