Skip to content

Instantly share code, notes, and snippets.

@RDevRoy
RDevRoy / gist:dfbab2e826f03b0e0640d2bc9e3b17fc
Created March 25, 2024 16:22
Edge Delivery Vue Webpack Config
const path = require("path");
const HtmlWebpackPlugin = require("html-webpack-plugin");
const FileManagerPlugin = require("filemanager-webpack-plugin");
const { VueLoaderPlugin } = require("vue-loader");
const webpack = require("webpack");
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
mode: "production",
entry: [
path.resolve(__dirname, "scripts/aem.js"),