Ver Fonte

Move Three.Unit.js file inside test folder instead of src

Tristan VALCKE há 8 anos atrás
pai
commit
843f819472
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      rollup.unit.config.js
  2. 1 1
      test/Three.Unit.js

+ 1 - 1
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()

+ 1 - 1
src/Three.Unit.js → test/Three.Unit.js

@@ -1,4 +1,4 @@
-import './polyfills.js';
+import '../src/polyfills.js';
 
 export * from './constants.js';
 export * from './Three.Legacy.js';