diff --git a/webpack.common.js b/webpack.common.js index 4db9b79..09500cf 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -10,6 +10,6 @@ module.exports = { globalObject: 'typeof self !== \'undefined\' ? self : this' }, externals: { - three: 'THREE' + three: 'three' }, }; \ No newline at end of file