basic web page build restored

This commit is contained in:
Alexey Kasyanchuk
2018-04-06 16:21:17 +03:00
parent a2ade1cd68
commit 0cdfd136c5
8 changed files with 2038 additions and 722 deletions

View File

@ -4,6 +4,7 @@ const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin");
module.exports = env => {
return {
mode: env || 'development',
target: "node",
node: {
__dirname: false,