酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
123456789101112131415
  1. import build from './build.js';
  2. export default ([
  3. {
  4. input: 'entry/entry-complete.js',
  5. output: Object.assign({}, build.output, {
  6. file: './Sortable.js',
  7. format: 'umd'
  8. })
  9. }
  10. ]).map(config => {
  11. let buildCopy = { ...build };
  12. return Object.assign(buildCopy, config);
  13. });