diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-16 02:53:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-16 02:53:54 +0900 |
| commit | 085ac938c2641cbb31ec6bf50f0617eafe543ba4 (patch) | |
| tree | 0f2e4418f7f153de637eb14d8f20c6e2475f4237 /webpack/webpack.config.ts | |
| parent | wip (diff) | |
| download | misskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.tar.gz misskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.tar.bz2 misskey-085ac938c2641cbb31ec6bf50f0617eafe543ba4.zip | |
wip
Diffstat (limited to 'webpack/webpack.config.ts')
| -rw-r--r-- | webpack/webpack.config.ts | 3 |
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, |