Some basic components for building forms.

This commit is contained in:
Tomas Bures 2017-06-04 13:16:29 +02:00
parent d13fc65ce2
commit 4504d539c5
22 changed files with 827 additions and 246 deletions

View file

@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
entry: {
namespaces: './src/namespaces.js'
namespaces: './src/namespaces/root.js'
},
output: {
library: 'MailtrainReactBody',
@ -18,7 +18,8 @@ module.exports = {
]
},
externals: {
jquery: 'jQuery'
jquery: 'jQuery',
csfrToken: 'csfrToken'
},
plugins: [
// new webpack.optimize.UglifyJsPlugin(),