Skip to content

Commit bf9bfb9

Browse files
huixishenghuixisheng
huixisheng
authored and
huixisheng
committed
feat: update demo13
1 parent eff09b0 commit bf9bfb9

File tree

4 files changed

+10557
-1
lines changed

4 files changed

+10557
-1
lines changed

demo13/bundle.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
webpackJsonp([0],[
2+
/* 0 */,
3+
/* 1 */
4+
/***/ (function(module, exports, __webpack_require__) {
5+
6+
var $ = __webpack_require__(0);
7+
$('h1').text('Hello World');
8+
9+
10+
/***/ })
11+
],[1]);

demo13/package.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "webpack-demo13",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"dev": "webpack-dev-server --open",
6+
"build": "webpack"
7+
},
8+
"license": "MIT"
9+
}

0 commit comments

Comments
 (0)