Skip to content

Instantly share code, notes, and snippets.

View jjmontesl's full-sized avatar

Jose Juan Montes jjmontesl

View GitHub Profile
@jjmontesl
jjmontesl / webpack.config.js
Created October 31, 2021 02:56 — forked from pglazkov/webpack.config.js
Webpack.config.js for multiple applications
const CommonsChunkPlugin = require('webpack/lib/optimize/CommonsChunkPlugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const apps = [
{
name: 'app1',
baseUrl: '/app1'
},
{
name: 'app2',