소스 검색

Added license url in Rollup config

Cecile Muller 8 년 전
부모
커밋
ec6f210f23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rollup.config.js

+ 1 - 0
rollup.config.js

@@ -29,6 +29,7 @@ export default {
 	plugins: [
 	plugins: [
 		glsl()
 		glsl()
 	],
 	],
+	intro: '/** @license threejs.org/license */',
 	// sourceMap: true,
 	// sourceMap: true,
 	targets: [
 	targets: [
 		{
 		{