UNPKG

node-red-node-email

Version:

Node-RED nodes to send and receive simple emails.

18 lines (15 loc) 227 B
"use strict"; /** * Webpack configuration. */ exports = module.exports = { output: { library: "base32", libraryTarget: "this", sourcePrefix: "" }, devtool: "source-map", node: { Buffer: false } };