@@ -27,7 +27,7 @@
|
|
27
27
|
if (!nextConfig.transpilePackages) {
|
28
28
|
nextConfig.transpilePackages = [];
|
29
29
|
}
|
30
|
-
nextConfig.transpilePackages.push("three", "peerjs", "three-mesh-ui");
|
30
|
+
nextConfig.transpilePackages.push("@needle-tools/engine", "three", "peerjs", "three-mesh-ui");
|
31
31
|
|
32
32
|
// add webpack config
|
33
33
|
if (!nextConfig.webpack) nextConfig.webpack = nextWebPack;
|