Dan B

Results 1 issues of Dan B

So this is the current code: require.config({ baseUrl: './', // ... packages: [ { name: 'physicsjs', location: 'path/to/physicsjs', main: 'physicsjs-VERSION.min' } ], //... }); And this is the code I...