example using react-waypoint

This commit is contained in:
Jonathan Labreuille
2015-08-25 15:28:27 +02:00
committed by marco
parent 0c52b26fed
commit 5b93e1c8a6
8 changed files with 141 additions and 12 deletions

View File

@@ -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',