config.js 123 B

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