fancy-image-loader
Advanced tools
{ | ||
"name": "fancy-image-loader", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A generic React component to show a placeholder in place of an image while the image is loading and replace the placeholder with the image when the image has loaded.", | ||
@@ -9,4 +9,6 @@ "main": "dist/index.js", | ||
"build-live": "webpack --progress -w", | ||
"build": "webpack && webpack --config webpack.demo.config.js --progress" | ||
"build": "webpack && webpack --config webpack.demo.config.js --progress", | ||
"build-prod" : "set NODE_ENV=production webpack && webpack --config webpack.demo.config.js --progress" | ||
}, | ||
"author": "krishcdbry", | ||
@@ -13,0 +15,0 @@ "license": "ISC", |
57072
0.19%