Browse Source

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

Tristan VALCKE 8 years ago
parent
commit
843f819472
2 changed files with 2 additions and 2 deletions
  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 {
 export default {
-	entry: 'src/Three.Unit.js',
+	entry: 'test/Three.Unit.js',
 	indent: '\t',
 	indent: '\t',
 	plugins: [
 	plugins: [
 		glsl()
 		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 './constants.js';
 export * from './Three.Legacy.js';
 export * from './Three.Legacy.js';