summaryrefslogtreecommitdiff
path: root/webpack/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-16 02:53:54 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-16 02:53:54 +0900
commit085ac938c2641cbb31ec6bf50f0617eafe543ba4 (patch)
tree0f2e4418f7f153de637eb14d8f20c6e2475f4237 /webpack/webpack.config.ts
parentwip (diff)
downloadmisskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.tar.gz
misskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.tar.bz2
misskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.zip
wip
Diffstat (limited to 'webpack/webpack.config.ts')
-rw-r--r--webpack/webpack.config.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack/webpack.config.ts b/webpack/webpack.config.ts
index f4b9247e63..dd00acaae6 100644
--- a/webpack/webpack.config.ts
+++ b/webpack/webpack.config.ts
@@ -40,6 +40,9 @@ module.exports = Object.keys(langs).map(lang => {
'.js', '.ts'
]
},
+ resolveLoader: {
+ modules: ['node_modules', './webpack/loaders']
+ },
cache: true,
devtool: 'eval',
stats: true,