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:
parent
eacba10993
commit
0705e76f54
1 changed files with 5 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue