Skip to content

Commit a1e114b

Browse files
committed
Update build-json expect
webpack-contrib/json-loader#31
1 parent cc519e0 commit a1e114b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/expect/build-json/index.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ webpackJsonp([1,0],[
1616
/* 1 */
1717
/***/ (function(module, exports) {
1818

19-
module.exports = {
20-
"entry": {
21-
"index": "./index.js"
22-
}
23-
};
19+
module.exports = {"entry":{"index":"./index.js"}}
2420

2521
/***/ })
2622
]);

0 commit comments

Comments
 (0)