Skip to content

Instantly share code, notes, and snippets.

View forabi's full-sized avatar
🎯
Focusing

M-Fawaz Orabi forabi

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am forabi on github.
  • I am forabi (https://keybase.io/forabi) on keybase.
  • I have a public key ASDGvN6idKxnfVCTRh4nPxlJTKJUBPQkv1z4VUa44CNdkgo

To claim this, I am signing this object:

@forabi
forabi / canvas.ts
Last active December 18, 2019 08:15
Configuring Webpack and TypeScript for relative module imports
// src/store/reducers/workspace/canvas.ts
import { handleActions } from 'utils/store';
/// ...
@forabi
forabi / Webpack 2.0.7-beta vs Rollup
Last active January 28, 2020 08:54
Webpack 2 vs Rollup
❯ rollup --version
rollup version 0.25.3
❯ time rollup -c ./rollup.js
rollup -c ./rollup.js 4.65s user 0.22s system 118% cpu 4.131 total
❯ time webpack
Hash: ebb00bbccd954c114d3c
Version: webpack 2.0.7-beta
Time: 3623ms