From 70eb75b7e60e42602fad2b7afde2ccf6df411e5a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 27 Dec 2020 10:42:47 +0900 Subject: [PATCH] Update webpack.config.ts --- webpack.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.ts b/webpack.config.ts index 70d5a4667..cc5264ceb 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -140,7 +140,6 @@ module.exports = { _DATA_TRANSFER_DECK_COLUMN_: JSON.stringify('mk_deck_column'), __VUE_OPTIONS_API__: true, __VUE_PROD_DEVTOOLS__: false, - __VUE_I18N_LEGACY_API__: false, }), new VueLoaderPlugin(), new WebpackOnBuildPlugin((stats: any) => { @@ -150,7 +149,8 @@ module.exports = { output: { path: __dirname + '/built/client/assets', filename: `[name].${meta.version}.js`, - publicPath: `/assets/` + publicPath: `/assets/`, + pathinfo: false, }, resolve: { extensions: [