diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 10:42:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-12-27 10:42:47 +0900 |
| commit | 70eb75b7e60e42602fad2b7afde2ccf6df411e5a (patch) | |
| tree | 43a0e1edd89cef96202014588acd0913019e6bfa | |
| parent | モバイルで投稿ボタン復活するなど (diff) | |
| download | sharkey-70eb75b7e60e42602fad2b7afde2ccf6df411e5a.tar.gz sharkey-70eb75b7e60e42602fad2b7afde2ccf6df411e5a.tar.bz2 sharkey-70eb75b7e60e42602fad2b7afde2ccf6df411e5a.zip | |
Update webpack.config.ts
| -rw-r--r-- | webpack.config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webpack.config.ts b/webpack.config.ts index 70d5a46670..cc5264ceb1 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: [ |