webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
219 stars 53 forks source link

Removing not necessary babel and other webpack improves #258

Closed kalwalt closed 2 years ago

kalwalt commented 2 years ago

Babel is not necessary for the compilation so i'm removing it.

List of other changes/improvements:

kalwalt commented 2 years ago

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.