constants.js 145 B

123456
  1. //解析顺序规则
  2. const FILE_EXTENSIONS = ['.ts', '.tsx', '.js', '.jsx', '.json', '.less', '.css'];
  3. module.exports = {
  4. FILE_EXTENSIONS,
  5. };