cschweda-webpack-template
Version:
This is a fork of the excellent html-webpack-template with some minor deletions and additions.
22 lines (21 loc) • 482 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack .",
"serve": "serve ./dist -s",
"start": "webpack-dev-server"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"html-webpack-plugin": "^2.3.0",
"serve": "^6.0.3",
"webpack": "^1.12.10",
"webpack-dev-server": "^1.14.0"
}
}