From abf1c30ce6198545c45e88c10f0922912ca5ac84 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 22 Feb 2018 02:00:30 +0900 Subject: wip --- webpack/webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack') 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', -- cgit v1.2.3-freya