use date-dns instead of moment

This commit is contained in:
Sebastian Sdorra
2019-10-09 15:51:49 +02:00
parent 6a2ad50be1
commit 1607c76b37
6 changed files with 45 additions and 144 deletions

View File

@@ -1,8 +1,6 @@
const path = require("path");
const createIndexMiddleware = require("./IndexMiddleware");
const createContextPathMiddleware = require("./ContextPathMiddleware");
const BundleAnalyzerPlugin = require("webpack-bundle-analyzer")
.BundleAnalyzerPlugin;
module.exports = {
context: path.resolve(__dirname, ".."),