Skip to content

Commit

Permalink
build: configure fantasy-land as external for webpack
Browse files Browse the repository at this point in the history
Closes #61
  • Loading branch information
char0n committed Apr 24, 2017
1 parent 92c52a4 commit 331d0ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ra = {
},
externals: {
ramda: 'ramda',
'fantasy-land': 'fantasy-land',
},
module: {
loaders: [{
Expand All @@ -51,6 +52,7 @@ const raMin = Object.assign({
},
externals: {
ramda: 'ramda',
'fantasy-land': 'fantasy-land',
},
module: {
loaders: [{
Expand Down

0 comments on commit 331d0ad

Please sign in to comment.