Skip to content

Instantly share code, notes, and snippets.

View shen0100's full-sized avatar

Samuel Shen shen0100

View GitHub Profile
@mburakerman
mburakerman / package.json
Last active June 12, 2019 14:58
Webpack 4 config.js (Stylus to CSS and Babel) ๐Ÿ‘Œ The Simplest Usage ๐Ÿ‘Œ
{
"name": "webpack-stylus",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack -p"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",