Skip to content

Commit

Permalink
[Upd #119] Modify script for storybook and remove unnecessary webpack…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
LaChope committed Mar 15, 2022
1 parent 447ecbe commit 06add74
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 76 deletions.
5 changes: 0 additions & 5 deletions .browserslistrc

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ lib
dist
**/bundle.js
.DS_Store
/css/
/types/
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,11 @@
},
"scripts": {
"test": "jest",
"dev": "webpack-dev-server --config webpack.config.dev.cjs",
"dev": "start-storybook -p 6006",
"build": "microbundle --jsx React.createElement",
"lib": "babel ./src -d ./lib",
"build:lib": "npm run build && npm run build:css && npm pack",
"build:css": "cleancss --skip-rebase -d -o ./css/s-forms.min.css ./src/styles/s-forms.css",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"files": [
Expand Down
40 changes: 0 additions & 40 deletions webpack.config.dev.js

This file was deleted.

29 changes: 0 additions & 29 deletions webpack.config.prod.js

This file was deleted.

0 comments on commit 06add74

Please sign in to comment.