example using react-waypoint
This commit is contained in:
committed by
marco
parent
0c52b26fed
commit
5b93e1c8a6
@@ -1,5 +1,6 @@
|
||||
var webpack = require('webpack'),
|
||||
_ = require('underscore'),
|
||||
path = require('path'),
|
||||
baseConfig = {},
|
||||
config = [];
|
||||
|
||||
@@ -35,7 +36,8 @@ config.push(_.extend({}, baseConfig, {
|
||||
vendor: ['handlebars', 'handlebars_helpers'],
|
||||
mailpoet: ['mailpoet', 'ajax', 'modal', 'notice'],
|
||||
admin: [
|
||||
'subscribers/listing.jsx',
|
||||
'subscribers/table.jsx',
|
||||
// 'subscribers/listing.jsx',
|
||||
'settings.jsx',
|
||||
'subscribers.jsx',
|
||||
'newsletters_list.jsx',
|
||||
|
Reference in New Issue
Block a user