Skip to content

Instantly share code, notes, and snippets.

@arjunguha
Created February 19, 2018 22:42
Show Gist options
  • Save arjunguha/6bf9f9c1dfa3b81e3cab3d1cf95debc9 to your computer and use it in GitHub Desktop.
Save arjunguha/6bf9f9c1dfa3b81e3cab3d1cf95debc9 to your computer and use it in GitHub Desktop.
Stopify as a webpack plugin
{
"name": "stopify-webpack-demo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack"
},
"license": "MIT",
"dependencies": {
"babel-loader": "^7.1.2",
"stopify": "^0.0.13",
"webpack": "^3.11.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment