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.dev.conf.js | |
| parent | 650e69c33683b34e002f5fdc698ceb384baf059b (diff) | |
remove compat build
Diffstat (limited to 'build/webpack.dev.conf.js')
| -rw-r--r-- | build/webpack.dev.conf.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index 159572ba..4605b93d 100644 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -21,7 +21,9 @@ module.exports = merge(baseWebpackConfig, { new webpack.DefinePlugin({ 'process.env': config.dev.env, 'COMMIT_HASH': JSON.stringify('DEV'), - 'DEV_OVERRIDES': JSON.stringify(config.dev.settings) + 'DEV_OVERRIDES': JSON.stringify(config.dev.settings), + '__VUE_OPTIONS_API__': true, + '__VUE_PROD_DEVTOOLS__': false }), // https://github.com/glenjamin/webpack-hot-middleware#installation--usage new webpack.HotModuleReplacementPlugin(), |
