1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 06:55:47 +02:00
This commit is contained in:
syuilo
2018-02-15 12:36:42 +09:00
parent b47fd29535
commit ca60469262
17 changed files with 716 additions and 647 deletions

View File

@@ -11,11 +11,11 @@ const isProduction = env === 'production';
export default (version, lang) => {
const plugins = [
consts(lang),
new StringReplacePlugin(),
hoist()
new StringReplacePlugin()
];
if (isProduction) {
plugins.push(hoist());
plugins.push(minify());
}