We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85b853 commit c34ba9bCopy full SHA for c34ba9b
package.json
@@ -13,7 +13,7 @@
13
"i:demo": "npm run install:demo",
14
"test": "jest --env=jsdom",
15
"test:watch": "npm run test -- --watch",
16
- "build": "webpack",
+ "build": "webpack --display-error-details",
17
"build:demo": "cd demo && webpack",
18
"deploy:demo": "node scripts/deploy:demo.js",
19
"clean": "rm -rf node_modules && rm -rf dist && rm -rf demo/node_modules && rm -rf demo/dist",
0 commit comments