summaryrefslogtreecommitdiff
path: root/webpack.config.ts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-09-04 20:38:20 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-09-04 20:38:20 +0900
commit4b48ba4e8cff670ce4726417fe9b176cda0c4e76 (patch)
tree62b04d3a7930067357aa18309537dd8ead5f7035 /webpack.config.ts
parentMerge branch 'develop' (diff)
parent12.90.0 (diff)
downloadmisskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.gz
misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.bz2
misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.zip
Merge branch 'develop'
Diffstat (limited to 'webpack.config.ts')
-rw-r--r--webpack.config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.ts b/webpack.config.ts
index 296813caa0..e9f3aa6e47 100644
--- a/webpack.config.ts
+++ b/webpack.config.ts
@@ -164,6 +164,7 @@ module.exports = {
],
alias: {
'@client': __dirname + '/src/client',
+ '@lib': __dirname + '/lib',
'@': __dirname + '/src',
'const.styl': __dirname + '/src/client/const.styl'
}