Skip to content

Commit

Permalink
Dropping addons
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Oct 17, 2015
1 parent 5546e3f commit 13418b5
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 2,777 deletions.
7 changes: 1 addition & 6 deletions dist.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
context: __dirname + '/src',
entry: {
'alt': ['./alt/index.js'],
'alt-with-addons': ['./alt/addons.js']
'alt': ['./index.js'],
},
output: {
path: __dirname + '/dist',
Expand All @@ -17,8 +16,4 @@ module.exports = {
exclude: /node_modules/
}]
},
externals: {
'react': 'react',
'react/addons': 'react/addons'
}
};
7 changes: 1 addition & 6 deletions dist.min.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module.exports = {
context: __dirname + '/src',
entry: {
'alt': ['./alt/index.js'],
'alt-with-addons': ['./alt/addons.js']
'alt': ['./index.js'],
},
output: {
path: __dirname + '/dist',
Expand All @@ -17,8 +16,4 @@ module.exports = {
exclude: /node_modules/
}]
},
externals: {
'react': 'react',
'react/addons': 'react/addons'
}
};
Loading

0 comments on commit 13418b5

Please sign in to comment.