mirror of
https://github.com/WhitestormJS/whs.js.git
synced 2026-01-18 16:03:24 +00:00
16 lines
210 B
JavaScript
16 lines
210 B
JavaScript
module.exports = {
|
|
three: {
|
|
commonjs: 'three',
|
|
commonjs2: 'three',
|
|
amd: 'three',
|
|
root: 'THREE'
|
|
},
|
|
|
|
whs: {
|
|
commonjs: 'whs',
|
|
commonjs2: 'whs',
|
|
amd: 'whs',
|
|
root: 'WHS'
|
|
}
|
|
};
|