Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Apr 30, 2024
1 parent cf8dc61 commit 900633a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand All @@ -27,7 +27,7 @@ gulp.task('build_commonjs', function () {
basename: 'index',
extname: '.common.js'
}))
.pipe(sourcemaps.write())
// .pipe(sourcemaps.write())
.pipe(gulp.dest('dist'))
})

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 900633a

Please sign in to comment.