Skip to content

Commit

Permalink
alternative fix for mrdoob#9489
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Aug 16, 2016
1 parent 481928b commit dbe792a
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 79 deletions.
5 changes: 1 addition & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ Object.defineProperty( exports, 'AudioContext', {
}
});`;

var footer = fs.readFileSync( 'src/Three.Legacy.js', 'utf-8' );

function glsl () {
return {
transform ( code, id ) {
Expand All @@ -33,6 +31,5 @@ export default {
glsl()
],

outro: outro,
footer: footer
outro: outro
};
Loading

0 comments on commit dbe792a

Please sign in to comment.