First React in Subscribers.
This commit is contained in:
@ -34,7 +34,7 @@ config.push(_.extend({}, baseConfig, {
|
||||
entry: {
|
||||
vendor: ['handlebars', 'handlebars_helpers'],
|
||||
mailpoet: ['mailpoet', 'ajax', 'modal', 'notice'],
|
||||
admin: ['settings.jsx']
|
||||
admin: ['settings.jsx', 'subscribers.jsx']
|
||||
},
|
||||
plugins: [
|
||||
new webpack.optimize.CommonsChunkPlugin('vendor', 'vendor.js'),
|
||||
@ -74,4 +74,4 @@ config.push(_.extend({}, baseConfig, {
|
||||
}
|
||||
}));
|
||||
|
||||
module.exports = config;
|
||||
module.exports = config;
|
||||
|
Reference in New Issue
Block a user