diff --git a/rollup.unit.config.js b/rollup.unit.config.js index 3d3012d240cac432ccd47ea0f484eafa81be8d96..07e59209064fa292306045570d66b812bcdd8311 100644 --- a/rollup.unit.config.js +++ b/rollup.unit.config.js @@ -24,7 +24,7 @@ function glsl() { } export default { - entry: 'src/Three.Unit.js', + entry: 'test/Three.Unit.js', indent: '\t', plugins: [ glsl() diff --git a/src/Three.Unit.js b/test/Three.Unit.js similarity index 99% rename from src/Three.Unit.js rename to test/Three.Unit.js index 0f66cb0d0c4b2a1c34d7ec1401ea5b0c8c60a531..182c8f9183ad560764798ac6463f9822dc55e11d 100644 --- a/src/Three.Unit.js +++ b/test/Three.Unit.js @@ -1,4 +1,4 @@ -import './polyfills.js'; +import '../src/polyfills.js'; export * from './constants.js'; export * from './Three.Legacy.js';