This commit is contained in:
syuilo 2020-07-23 23:50:15 +09:00
parent d35f90b36d
commit ca23d81d0a
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export default Vue.extend({
return {
stream: os.stream,
isMobile: isMobile,
i18n // TODO: 消せないか考える SEE: https://github.com/syuilo/misskey/pull/6396#discussion_r429511030
};
},

View File

@ -146,6 +146,9 @@ module.exports = {
resolveLoader: {
modules: ['node_modules']
},
experiments: {
topLevelAwait: true
},
devtool: false, //'source-map',
mode: isProduction ? 'production' : 'development'
};