Bläddra i källkod

remove echarts

tags/4.0.0
cavencj 1 år sedan
förälder
incheckning
d1de26aa34
1 ändrade filer med 2 tillägg och 3 borttagningar
  1. 2
    3
      gulpfile.js

+ 2
- 3
gulpfile.js Visa fil

@@ -44,7 +44,7 @@ const buildConfig = {
glsl(),
sassPlugin(),
],
external: ['@dvgis/dc-common', 'turf', 'echarts'],
external: ['@dvgis/dc-common'],
}

function getTime() {
@@ -114,7 +114,6 @@ async function buildModules(options) {
...buildConfig.plugins,
GlobalsPlugin({
'@dvgis/dc-common': 'DC_Common',
charts: 'charts',
}),
],
minify: options.minify,
@@ -157,7 +156,7 @@ async function combineJs(options) {
}

// combine for node
if (options.node && options.obfuscate) {
if (options.node) {
await gulp
.src('dist/index.js')
.pipe(gulp.dest('dist'))

Laddar…
Avbryt
Spara