1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 11:35:35 +02:00

Add banner into built script files

This commit is contained in:
syuilo
2017-05-25 13:54:31 +09:00
parent 3ed3da8bf4
commit 24c68e7a66
3 changed files with 11 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ module.exports = langs.map(([lang, locale]) => {
name,
entry,
module: module_(lang, locale),
plugins: plugins(),
plugins: plugins(version),
output
};
});