1-3安装与使用
Showing
1-3/dist/bundle.js
0 → 100644
1-3/index.html
0 → 100644
1-3/main.js
0 → 100644
1-3/package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | { | ||
"name": "webpack-training", | "name": "1-3", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | |||
"type": "git", | |||
"url": "git@gitlab.41bj.com:shangbj/webpack-training.git" | |||
}, | |||
"author": "", | "author": "", | ||
"license": "ISC" | "license": "ISC", | ||
"devDependencies": { | |||
"webpack": "^4.11.1", | |||
"webpack-cli": "^3.0.2" | |||
} | |||
} | } |
1-3/show.js
0 → 100644
1-3/webpack.config.js
0 → 100644
Please register or sign in to comment