Skip to content

Commit

Permalink
remove three from minified rollup bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Jan 22, 2019
1 parent 62be21f commit 4a796dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default [
// Browser minified version.
{
input: 'packages/main.js',
external: ['react'],
external: ['react', 'three'],
output: [
{
file: pkg.unpkg,
Expand Down

0 comments on commit 4a796dc

Please sign in to comment.