config.js 119 B

123456
  1. require.config({
  2. paths: {
  3. 'oldEcharts': 'tmp/oldEcharts',
  4. 'newEcharts': 'tmp/newEcharts'
  5. }
  6. });