Skip to content

Instantly share code, notes, and snippets.

View ankur1163's full-sized avatar

Ankur sharma ankur1163

  • TECHANKUR
  • PATIALA
View GitHub Profile
@ankur1163
ankur1163 / js
Created March 28, 2017 13:23
first
var webpack = require("webpack");
var path = require("path");
module.exports = {
entry: {
app: './src/app.js'
},
output: {
filename: 'public/build/bundle.js',
sourceMapFilename: 'public/build/bundle.map'
.orange1{
-webkit-animation-name: orangePulse;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count:1;
}
@-webkit-keyframes orangePulse {
from { background-color: #FAD2A5; -webkit-box-shadow: 0 0 9px #333; }