wip
This commit is contained in:
parent
d35f90b36d
commit
ca23d81d0a
|
@ -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
|
||||
};
|
||||
},
|
||||
|
||||
|
|
|
@ -146,6 +146,9 @@ module.exports = {
|
|||
resolveLoader: {
|
||||
modules: ['node_modules']
|
||||
},
|
||||
experiments: {
|
||||
topLevelAwait: true
|
||||
},
|
||||
devtool: false, //'source-map',
|
||||
mode: isProduction ? 'production' : 'development'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue