Beginning of work on templates.

This commit is contained in:
Tomas Bures 2018-02-13 23:50:13 +01:00
parent 47b8d80c22
commit 508d6b3b2f
40 changed files with 1685 additions and 1031 deletions

View file

@ -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: {