Skip to content

Commit c34ba9b

Browse files
committed
Log more details when build breaks
1 parent e85b853 commit c34ba9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"i:demo": "npm run install:demo",
1414
"test": "jest --env=jsdom",
1515
"test:watch": "npm run test -- --watch",
16-
"build": "webpack",
16+
"build": "webpack --display-error-details",
1717
"build:demo": "cd demo && webpack",
1818
"deploy:demo": "node scripts/deploy:demo.js",
1919
"clean": "rm -rf node_modules && rm -rf dist && rm -rf demo/node_modules && rm -rf demo/dist",

0 commit comments

Comments
 (0)