Some basic components for building forms.
This commit is contained in:
parent
d13fc65ce2
commit
4504d539c5
22 changed files with 827 additions and 246 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue