Added overrides and endpoint for three.js
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"main": "build/three",
|
||||
"ignore": ["docs", "src", "editor", "test", "utils", "examples/*.html", "examples/models", "examples/scenes", "examples/sounds", "examples/obj", "examples/textures"],
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"build/three": {
|
||||
"exports": "THREE"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user