Skip to content

Instantly share code, notes, and snippets.

View fazibear's full-sized avatar
🎸
gone to 127.0.0.1

Michał Kalbarczyk fazibear

🎸
gone to 127.0.0.1
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fazibear on github.
  • I am fazibear (https://keybase.io/fazibear) on keybase.
  • I have a public key ASDGQNM-omivsVyaJAVts_LsRU8VnLbe5ypoYPAJJOIOVwo

To claim this, I am signing this object:

const webpack = require('webpack');
const path = require('path');
const appDir = path.join(__dirname, './app');
const distDir = path.join(__dirname, './dist');
module.exports = {
context: appDir,
entry: [
'./index.js',