1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 10:25:39 +02:00
This commit is contained in:
syuilo
2017-11-23 06:51:32 +09:00
parent 25981c15db
commit dd85278d54
5 changed files with 44 additions and 43 deletions

View File

@@ -1,5 +1,6 @@
const StringReplacePlugin = require('string-replace-webpack-plugin');
import consts from './consts';
import hoist from './hoist';
//import minify from './minify';
import banner from './banner';
@@ -9,6 +10,7 @@ const isProduction = env === 'production';
export default (version, lang) => {
const plugins = [
consts(lang),
new StringReplacePlugin(),
hoist()
];