Signed-off-by: fupengfei001 <fupengfei6@huawei.com>
This commit is contained in:
fupengfei001
2023-04-27 16:49:04 +08:00
parent b867b1244a
commit e2c7da315a
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -31,6 +31,8 @@ const typescript = require('rollup-plugin-typescript2');
const { uglify } = require('rollup-plugin-uglify');
const { terser } = require('rollup-plugin-terser');
const {
eslint
} = require('rollup-plugin-eslint');
@@ -68,7 +70,8 @@ const configJSAPIMockInput = {
commonjs(),
babel({
exclude: 'node_moduels/**'
})
}),
terser()
]
};
+1
View File
@@ -34,6 +34,7 @@
"rollup-plugin-tslint": "^0.2.2",
"rollup-plugin-typescript2": "^0.9.0",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.3",