Skip to content

Commit

Permalink
Merge pull request #18 from treasure-data/tweak-dist-script
Browse files Browse the repository at this point in the history
Remove externals from build script
  • Loading branch information
bvaughn committed Dec 11, 2015
2 parents 372b435 + b7ceee2 commit 692103a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions webpack.config.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ module.exports = {
libraryTarget: 'umd',
library: 'redux-search'
},
externals: {
react: {
commonjs: 'react',
commonjs2: 'react',
amd: 'react',
root: 'React'
}
},
plugins: [
],
module: {
Expand Down

0 comments on commit 692103a

Please sign in to comment.