Skip to content

Commit 28420ce

Browse files
committed
remove terser-webpack-plugin
1 parent 948b0dd commit 28420ce

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const gulp = require('gulp');
33
const path = require('path');
44
const webpackStream = require('webpack-stream');
55
const concat = require('gulp-concat');
6-
const TerserPlugin = require('terser-webpack-plugin');
76
const cleanCSS = require('gulp-clean-css');
87

98
gulp.task('clean', () => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadowsocks-manager",
3-
"version": "0.37.0",
3+
"version": "0.37.1",
44
"description": "A shadowsocks manager tool for multi user and traffic control.",
55
"main": "server.js",
66
"scripts": {

plugins/webgui/views/serviceworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const ONLINE_CACHE_NAME = '2021-05-08 21:00:34 <%= serviceWorkerTime%>';
1+
const ONLINE_CACHE_NAME = '2021-05-08 21:00:50 <%= serviceWorkerTime%>';
22
const isSWOpen = JSON.parse('<%= serviceWorker%>');
33

44
const emptyCacheUrl = [];

0 commit comments

Comments
 (0)