Instead of requirejs.config I now use require.config and pass an object there: require.config({ shim: { 'lib/ocanvas': { exports: 'oCanvas' } } }) ...
確定! 回上一頁