config.js 127 B

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