CSSLoader
CSSLoader copied to clipboard
How to create fallback like 'config.paths'
We know,requireJS can set config.paths like this: require.config({ paths: { jquery: [ '../../xes/primary_math/js/jquery.min', 'http://xxx.com/primary_math/js/jquery.min' ] } })
how to use CSSLoader?