This commit is contained in:
syuilo 2018-02-23 02:28:55 +09:00
parent 46561a0c59
commit 3342a035b4
2 changed files with 0 additions and 11 deletions

View file

@ -61,7 +61,6 @@
"@types/ms": "0.7.30",
"@types/multer": "1.3.6",
"@types/node": "9.4.6",
"@types/page": "1.5.32",
"@types/proxy-addr": "2.0.0",
"@types/pug": "2.0.4",
"@types/qrcode": "0.8.1",
@ -91,7 +90,6 @@
"compression": "1.7.2",
"cookie": "0.3.1",
"cors": "2.8.4",
"cropperjs": "1.2.2",
"css-loader": "0.28.9",
"debug": "3.1.0",
"deep-equal": "1.0.1",
@ -120,7 +118,6 @@
"gulp-typescript": "3.2.4",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"hard-source-webpack-plugin": "0.6.0-alpha.8",
"highlight.js": "9.12.0",
"html-minifier": "3.5.9",
"inquirer": "5.1.0",
@ -140,7 +137,6 @@
"multer": "1.3.0",
"nprogress": "0.2.0",
"os-utils": "0.0.14",
"page": "1.8.3",
"pictograph": "2.2.0",
"prominence": "0.2.0",
"proxy-addr": "2.0.3",
@ -150,7 +146,6 @@
"recaptcha-promise": "0.1.3",
"reconnecting-websocket": "3.2.2",
"redis": "2.8.0",
"replace-string-loader": "0.0.7",
"request": "2.83.0",
"rimraf": "2.6.2",
"riot": "3.8.1",
@ -159,10 +154,7 @@
"s-age": "1.1.2",
"seedrandom": "2.4.3",
"serve-favicon": "2.4.5",
"sortablejs": "1.7.0",
"speakeasy": "2.0.0",
"string-replace-loader": "1.3.0",
"string-replace-webpack-plugin": "0.1.3",
"style-loader": "0.20.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",

View file

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