Skip to content

Commit

Permalink
Don't bundle aframe or three in component
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jan 3, 2018
1 parent 6229035 commit 86ef9c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack.config.js
@@ -0,0 +1,6 @@
module.exports = {
externals: {
aframe: 'AFRAME',
three: 'THREE'
}
};

0 comments on commit 86ef9c3

Please sign in to comment.