fix
This commit is contained in:
@@ -18,7 +18,7 @@ const exportModuleName = 'VXETablePluginExportXLSX'
|
||||
|
||||
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'))
|
||||
})
|
||||
|
||||
|
||||
@@ -50,9 +50,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"
|
||||
|
||||
Reference in New Issue
Block a user