Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit4f71fb5

Browse files
committed
去掉混淆
1 parentce4321e commit4f71fb5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎rollup.build.config.js‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ import { minify } from 'uglify-es';
33

44
importconfigfrom'./rollup.config';
55

6-
config.plugins.push(
7-
uglify({
8-
compress:{
9-
warnings:false,
10-
drop_debugger:true,
11-
drop_console:true
12-
},
13-
mangle:true
14-
},minify)
15-
);
6+
//config.plugins.push(
7+
// uglify({
8+
// compress: {
9+
// warnings: false,
10+
// drop_debugger: true,
11+
// drop_console: true
12+
// },
13+
// mangle: true
14+
// }, minify)
15+
//);
1616

1717
exportdefault{
1818
entry:'src/index.ts',
1919
format:'umd',
2020
moduleName:'ReduxActionsPromise',
21-
dest:'dist/index.min.js',
21+
dest:'dist/index.js',
2222
plugins:config.plugins
2323
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp