Closed kalwalt closed 2 years ago
Babel is not necessary for the compilation so i'm removing it.
webpack.config.js
globalObject
publicPath
auto
because we don't import THREE as a npm packge i think this https://github.com/webarkit/ARnft/blob/4a6a1a5c0600427393336a1efee8c4b6fe77f2f5/webpack.config.js#L19-L24 can be removed.
Babel is not necessary for the compilation so i'm removing it.
List of other changes/improvements:
webpack.config.js
, the package was altready loaded with npm but never setup (?)globalObject
according to https://github.com/webpack/webpack/issues/6522 aadnpublicPath
set toauto