whs.js/tools/externals.js
Alexander Buzin 6473b5ee31 Configure webpack
Former-commit-id: 3a77dfbcbf8c046a6f97225b29379c4177960323
2017-06-29 21:10:13 +03:00

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'
}
};