diff --git a/gulpfile.js b/gulpfile.js index f1067ce..bc93687 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -18,7 +18,7 @@ const exportModuleName = 'VXETablePluginExportPDF' gulp.task('build_commonjs', function () { return gulp.src(['index.ts']) - .pipe(sourcemaps.init()) + // .pipe(sourcemaps.init()) .pipe(ts(tsconfig.compilerOptions)) .pipe(babel({ presets: ['@babel/env'] @@ -27,7 +27,7 @@ gulp.task('build_commonjs', function () { basename: 'index', extname: '.common.js' })) - .pipe(sourcemaps.write()) + // .pipe(sourcemaps.write()) .pipe(gulp.dest('dist')) }) diff --git a/package.json b/package.json index 0304ee5..3b8e7c1 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,8 @@ "prettier": "^2.1.2", "sass": "^1.55.0", "typescript": "^4.6.4", - "vue": "^3.3.4", - "vxe-table": "^4.5.18", - "xe-utils": "^3.5.19" + "vue": "^3.4.23", + "vxe-table": "^4.6.0" }, "peerDependencies": { "vxe-table": "^4.5.0"