Beginning of work on templates.
This commit is contained in:
parent
47b8d80c22
commit
508d6b3b2f
40 changed files with 1685 additions and 1031 deletions
|
@ -8,6 +8,7 @@ module.exports = {
|
|||
account: ['babel-polyfill', './src/account/root.js'],
|
||||
reports: ['babel-polyfill', './src/reports/root.js'],
|
||||
lists: ['babel-polyfill', './src/lists/root.js'],
|
||||
templates: ['babel-polyfill', './src/templates/root.js'],
|
||||
blacklist: ['babel-polyfill', './src/blacklist/root.js']
|
||||
},
|
||||
output: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue