mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
|
require.config({
|
||
|
shim: {
|
||
|
'c3': ['d3', 'core'],
|
||
|
'd3': ['core'],
|
||
|
},
|
||
|
paths: {
|
||
|
'd3': 'assets/plugins/charts-c3/js/d3.v3.min',
|
||
|
'c3': 'assets/plugins/charts-c3/js/c3.min',
|
||
|
}
|
||
|
});
|