Fleshed out API, added simple email support.

This commit is contained in:
2018-07-04 08:17:12 +10:00
parent aa532e0fc8
commit 13982239d4
12 changed files with 343 additions and 7 deletions

View File

@@ -62,9 +62,11 @@ module.exports = function(server, app) {
output.module = {
rules: [
{
test: /\.jsx?$/,
test: /\.jsx?$|\.js?$/,
exclude: /node_modules/,
loaders: ['babel-loader']
use: {
loader: 'babel-loader'
}
},
{
test: /\.scss$|\.css$/i,