Skip to content

Instantly share code, notes, and snippets.

View anm0l555's full-sized avatar
:octocat:
Very Easy !

Maradox anm0l555

:octocat:
Very Easy !
  • patiala
View GitHub Profile
var path = require('path');
module.exports = {
entry: path.resolve(__dirname, 'src') + '/app/index.js',
output: {
path: path.resolve(__dirname, 'dist') + '/app',
filename: 'bundle.js',
publicPath: '/app/'
},