Skip to content

Commit 8a04cc7

Browse files
committed
Remove umd and webpack build.
1 parent 90401c3 commit 8a04cc7

File tree

2 files changed

+2
-77
lines changed

2 files changed

+2
-77
lines changed

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"scripts": {
1616
"build:cjs": "babel src --out-dir dist --copy-files --ignore **/*.stories.js",
1717
"build:es6": "BABEL_ENV=es6 babel src --out-dir dist/es6 --copy-files --ignore **/*.stories.js",
18-
"build:umd": "NODE_ENV=production webpack",
19-
"build": "yarn build:umd && yarn build:cjs && yarn build:es6",
18+
"build": "yarn build:cjs && yarn build:es6",
2019
"test": "jest --config ./jest/config.js",
2120
"lint": "eslint './src/**/*.js'",
2221
"clean": "rimraf lib dist es coverage",
@@ -57,7 +56,6 @@
5756
"babel-loader": "^10.0.0",
5857
"babel-plugin-module-resolver": "^5.0.2",
5958
"babel-plugin-styled-components": "^2.1.4",
60-
"clean-webpack-plugin": "^4.0.0",
6159
"eslint": "^9.23.0",
6260
"eslint-plugin-react": "^7.37.4",
6361
"eslint-plugin-react-hooks": "^5.2.0",
@@ -76,10 +74,7 @@
7674
"storybook": "^8.6.11",
7775
"styled-components": "^6.1.16",
7876
"svg-sprite-loader": "^6.0.11",
79-
"svgo-loader": "^4.0.0",
80-
"webpack": "^5.98.0",
81-
"webpack-cli": "^6.0.1",
82-
"webpack-plugin": "^1.0.5"
77+
"svgo-loader": "^4.0.0"
8378
},
8479
"dependencies": {
8580
"@storybook/test": "^8.6.11",

webpack.config.js

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)