summaryrefslogtreecommitdiff
path: root/webpack
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-22 02:00:30 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-22 02:00:30 +0900
commitabf1c30ce6198545c45e88c10f0922912ca5ac84 (patch)
tree30d6eb2134debfbad07295e1b73ee6fe8c761351 /webpack
parentwip (diff)
downloadmisskey-abf1c30ce6198545c45e88c10f0922912ca5ac84.tar.gz
misskey-abf1c30ce6198545c45e88c10f0922912ca5ac84.tar.bz2
misskey-abf1c30ce6198545c45e88c10f0922912ca5ac84.zip
wip
Diffstat (limited to 'webpack')
-rw-r--r--webpack/webpack.config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index 3686d0b651..bd8c6d1205 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -29,7 +29,7 @@ module.exports = Object.keys(langs).map(lang => {
// Entries
const entry = {
desktop: './src/web/app/desktop/script.ts',
- //mobile: './src/web/app/mobile/script.ts',
+ mobile: './src/web/app/mobile/script.ts',
//ch: './src/web/app/ch/script.ts',
//stats: './src/web/app/stats/script.ts',
//status: './src/web/app/status/script.ts',