Skip to content

Instantly share code, notes, and snippets.

View ivarec's full-sized avatar
😀

Ivan Reche ivarec

😀
  • @isecbrasil
  • São Paulo
View GitHub Profile
const path = require('path');
const webpack = require('webpack')
module.exports = {
entry: './src/index.js',
output: {
filename: 'bundle.js',
path: path.resolve(__dirname, 'dist')
},
module: {