Updated Webpack, built extremely basic blog insertion tool.

This commit is contained in:
2018-11-27 08:23:23 +11:00
parent fe7d1054f7
commit acdea924a2
4 changed files with 89 additions and 9 deletions

View File

@ -21,10 +21,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
const
APIHandler = require('./../../APIHandler'),
sanitizeHtml = require('sanitize-html')
;
const APIHandler = require('./../../APIHandler');
const ERRORS = {
tooMany: "Cannot return this many"