Skip to content

Instantly share code, notes, and snippets.

View shhetri's full-sized avatar

Sumit Chhetri shhetri

  • DoorDash Inc
  • CA
View GitHub Profile
let webpack = require('webpack');
let path = require('path');
module.exports = {
entry: {
app: './resources/assets/js/app.js',
vendor: ['vue', 'axios']
},
output: {