Skip to content

Commit

Permalink
Webpack: disable dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Oct 13, 2020
1 parent d62e2fc commit d893ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://piecioshka.pl/"
},
"scripts": {
"build": "webpack ./src/index.js -o dist --mode development --output-library-type umd",
"build": "webpack ./src/index.js -o dist --output-library-type umd",
"clear": "rm -rf coverage/ .nyc_output/ coverage.lcov",
"clear:all": "rm -rf node_modules/ && npm run clear",
"test": "npm run test:unit",
Expand Down

0 comments on commit d893ff7

Please sign in to comment.