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:
I hereby claim:
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', |