CSSLoader icon indicating copy to clipboard operation
CSSLoader copied to clipboard

How to create fallback like 'config.paths'

Open XESDog opened this issue 9 years ago • 0 comments

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?

XESDog avatar Nov 08 '16 10:11 XESDog