Skip to content

Instantly share code, notes, and snippets.

View Nazehs's full-sized avatar
🏠
Working from home

Nazeh Abel Nazehs

🏠
Working from home
View GitHub Profile
@Nazehs
Nazehs / webpack.config.js
Created October 5, 2022 19:30
dummy config
const webpack = require("webpack");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const path = require("path");
require("dotenv").config();
module.exports = {
context: path.join(__dirname, "client"),
devtool: "source-map",
entry: [
"regenerator-runtime/runtime.js",