Skip to content

Instantly share code, notes, and snippets.

View cs1193's full-sized avatar

Chandresh Rajkumar Manonmani cs1193

View GitHub Profile
@cs1193
cs1193 / index.js
Created December 11, 2019 13:55
vimana
import 'core-js/stable';
import './index.scss';
import {
render,
mount,
cloneDeep
} from './modules/utilities';
@cs1193
cs1193 / keybase.md
Created March 3, 2017 08:18
keybase.md

Keybase proof

I hereby claim:

  • I am cs1193 on github.
  • I am cs1193 (https://keybase.io/cs1193) on keybase.
  • I have a public key whose fingerprint is 9158 2B06 C291 8B0E FAD7 AB58 8840 A73E E344 7BBD

To claim this, I am signing this object:

import path from 'path';
import webpack from 'webpack';
import HtmlWebpackPlugin from 'html-webpack-plugin';
import ExtractTextPlugin from 'extract-text-webpack-plugin';
import FriendlyErrorsWebpackPlugin from 'friendly-errors-webpack-plugin';
import PACKAGE from './package.json';
const banner = PACKAGE.name + ' - ' + PACKAGE.version + ' | ' +
'(c) 2016, ' + new Date().getFullYear() + ' ' + PACKAGE.author + ' | ' +
PACKAGE.license + ' | ' +