diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 00:58:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 00:58:17 +0300 |
| commit | dc8bef7928cb6a5e06a793a78652234276ca6fce (patch) | |
| tree | 330aac257580c05cf9b42bc0200d4d59e8f4d710 /build/webpack.prod.conf.js | |
| parent | 650e69c33683b34e002f5fdc698ceb384baf059b (diff) | |
remove compat build
Diffstat (limited to 'build/webpack.prod.conf.js')
| -rw-r--r-- | build/webpack.prod.conf.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index ed11ebad..a67ed2f6 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -36,7 +36,9 @@ var webpackConfig = merge(baseWebpackConfig, { new webpack.DefinePlugin({ 'process.env': env, 'COMMIT_HASH': JSON.stringify(commitHash), - 'DEV_OVERRIDES': JSON.stringify(undefined) + 'DEV_OVERRIDES': JSON.stringify(undefined), + '__VUE_OPTIONS_API__': true, + '__VUE_PROD_DEVTOOLS__': false }), // extract css into its own file new MiniCssExtractPlugin({ |
