form validation with Parsley

This commit is contained in:
Jonathan Labreuille
2015-11-06 12:28:24 +01:00
parent cfdb886e88
commit 31305a04c0
13 changed files with 166 additions and 237 deletions

View File

@ -153,6 +153,9 @@ config.push(_.extend({}, baseConfig, {
'public.js'
]
},
/*plugins: [
new webpack.optimize.CommonsChunkPlugin('vendor', 'vendor.js'),
],*/
externals: {
'jquery': 'jQuery'
}