Skip to content

Commit f223aec

Browse files
committed
rebase for semicolon
1 parent 914fe2c commit f223aec

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/dll-user/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module.exports = beta_282e8826843b2bb4eeb1;
144144
\**********************************************************************/
145145
/***/ (function(module, exports, __webpack_require__) {
146146

147-
module.exports = (__webpack_require__(0))(0)
147+
module.exports = (__webpack_require__(0))(0);
148148

149149
/***/ }),
150150
/* 3 */
@@ -155,7 +155,7 @@ module.exports = (__webpack_require__(0))(0)
155155
\**************************************************************************/
156156
/***/ (function(module, exports, __webpack_require__) {
157157

158-
module.exports = (__webpack_require__(0))(1)
158+
module.exports = (__webpack_require__(0))(1);
159159

160160
/***/ }),
161161
/* 4 */
@@ -166,7 +166,7 @@ module.exports = (__webpack_require__(0))(1)
166166
\*********************************************************************/
167167
/***/ (function(module, exports, __webpack_require__) {
168168

169-
module.exports = (__webpack_require__(1))(2)
169+
module.exports = (__webpack_require__(1))(2);
170170

171171
/***/ }),
172172
/* 5 */
@@ -177,7 +177,7 @@ module.exports = (__webpack_require__(1))(2)
177177
\************************************************************************/
178178
/***/ (function(module, exports, __webpack_require__) {
179179

180-
module.exports = (__webpack_require__(1))(3)
180+
module.exports = (__webpack_require__(1))(3);
181181

182182
/***/ }),
183183
/* 6 */
@@ -188,7 +188,7 @@ module.exports = (__webpack_require__(1))(3)
188188
\**********************************************************************/
189189
/***/ (function(module, exports, __webpack_require__) {
190190

191-
module.exports = (__webpack_require__(1))(4)
191+
module.exports = (__webpack_require__(1))(4);
192192

193193
/***/ }),
194194
/* 7 */
@@ -199,7 +199,7 @@ module.exports = (__webpack_require__(1))(4)
199199
\*****************************************************************************************/
200200
/***/ (function(module, exports, __webpack_require__) {
201201

202-
module.exports = (__webpack_require__(0))(5)
202+
module.exports = (__webpack_require__(0))(5);
203203

204204
/***/ }),
205205
/* 8 */

examples/dll/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ MyDll.alpha.js 3.49 kB 1 [emitted] alpha
199199
Entrypoint alpha = MyDll.alpha.js
200200
Entrypoint beta = MyDll.beta.js
201201
chunk {0} MyDll.beta.js (beta) 80 bytes [entry] [rendered]
202-
> beta [7] dll beta
202+
> beta [7] dll beta
203203
[2] ./b.js 21 bytes {0} [built]
204204
single entry ./b [7] dll beta beta:1
205205
[3] ./beta.js 24 bytes {0} [built]
@@ -208,7 +208,7 @@ chunk {0} MyDll.beta.js (beta) 80 bytes [entry] [rendered]
208208
single entry ./c [7] dll beta beta:2
209209
[7] dll beta 12 bytes {0} [built]
210210
chunk {1} MyDll.alpha.js (alpha) 84 bytes [entry] [rendered]
211-
> alpha [6] dll alpha
211+
> alpha [6] dll alpha
212212
[0] ./a.js 21 bytes {1} [built]
213213
single entry ./a [6] dll alpha alpha:1
214214
[1] ./alpha.js 25 bytes {1} [built]
@@ -229,7 +229,7 @@ MyDll.alpha.js 657 bytes 1 [emitted] alpha
229229
Entrypoint alpha = MyDll.alpha.js
230230
Entrypoint beta = MyDll.beta.js
231231
chunk {0} MyDll.beta.js (beta) 80 bytes [entry] [rendered]
232-
> beta [7] dll beta
232+
> beta [7] dll beta
233233
[2] ./b.js 21 bytes {0} [built]
234234
single entry ./b [7] dll beta beta:1
235235
[3] ./beta.js 24 bytes {0} [built]
@@ -238,7 +238,7 @@ chunk {0} MyDll.beta.js (beta) 80 bytes [entry] [rendered]
238238
single entry ./c [7] dll beta beta:2
239239
[7] dll beta 12 bytes {0} [built]
240240
chunk {1} MyDll.alpha.js (alpha) 84 bytes [entry] [rendered]
241-
> alpha [6] dll alpha
241+
> alpha [6] dll alpha
242242
[0] ./a.js 21 bytes {1} [built]
243243
single entry ./a [6] dll alpha alpha:1
244244
[1] ./alpha.js 25 bytes {1} [built]

0 commit comments

Comments
 (0)