Created
February 19, 2018 22:42
-
-
Save arjunguha/7c5c1964c27bc368abe385aea279e9e7 to your computer and use it in GitHub Desktop.
Stopify as a webpack plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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