mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[improvement] optimize eslint-disable (#4070)
This commit is contained in:
@@ -5,8 +5,7 @@ const Components = require('./get-components')();
|
||||
const packageJson = require('../package.json');
|
||||
|
||||
const version = process.env.VERSION || packageJson.version;
|
||||
const tips = `/* eslint-disable */
|
||||
// This file is auto gererated by build/build-entry.js`;
|
||||
const tips = '// This file is auto gererated by build/build-entry.js';
|
||||
|
||||
function buildEntry() {
|
||||
const uninstallComponents = [
|
||||
|
Reference in New Issue
Block a user