|
26 | 26 | "clean": "rimraf ./dist && rimraf ./modules && rimraf ./es6", |
27 | 27 | "clean:examples": "rimraf ./public", |
28 | 28 | "build": "yarn clean && yarn test && yarn build:dist && yarn build:es5 && yarn build:es6", |
29 | | - "build:dist": "webpack --progress --profile --colors", |
| 29 | + "build:dist": "webpack --progress --profile", |
30 | 30 | "build:es5": "cross-env BABEL_ENV=es5 babel src --out-dir modules", |
31 | 31 | "build:es6": "cross-env BABEL_ENV=es6 babel src --out-dir es6", |
32 | 32 | "build:examples": "yarn clean:examples && yarn build:dev", |
33 | | - "build:dev": "cross-env BABEL_ENV=es6 webpack --config examples/webpack.config.js --progress --profile --colors", |
| 33 | + "build:dev": "cross-env BABEL_ENV=es6 webpack --config examples/webpack.config.js --progress --profile", |
34 | 34 | "start": "yarn build:examples && yarn start:server", |
35 | 35 | "start:server": "http-server public -p 3000", |
36 | 36 | "prepublishOnly": "yarn build" |
|
64 | 64 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.5", |
65 | 65 | "babel-jest": "~27.3.1", |
66 | 66 | "babel-loader": "~8.2.3", |
67 | | - "babel-minify-webpack-plugin": "~0.3.1", |
68 | 67 | "coveralls": "~3.1.1", |
69 | 68 | "cross-env": "~7.0.3", |
70 | 69 | "css-loader": "~6.5.1", |
|
75 | 74 | "eslint-import-resolver-webpack": "~0.13.2", |
76 | 75 | "eslint-plugin-import": "~2.25.3", |
77 | 76 | "eslint-plugin-react": "~7.27.0", |
78 | | - "extract-text-webpack-plugin": "~3.0.2", |
79 | 77 | "history": "~5.1.0", |
80 | 78 | "html-webpack-plugin": "~5.5.0", |
81 | 79 | "http-server": "~14.0.0", |
82 | 80 | "jest": "~27.3.1", |
| 81 | + "mini-css-extract-plugin": "^2.4.5", |
83 | 82 | "prop-types": "~15.7.2", |
84 | 83 | "react": "~17.0.2", |
85 | 84 | "react-dom": "~17.0.2", |
86 | 85 | "react-router-dom": "~6.0.2", |
87 | 86 | "react-test-renderer": "~17.0.2", |
88 | 87 | "rimraf": "~3.0.0", |
89 | 88 | "style-loader": "~3.3.1", |
90 | | - "webpack": "~5.64.1" |
| 89 | + "webpack": "5.64.4", |
| 90 | + "webpack-cli": "^4.9.1" |
91 | 91 | }, |
92 | 92 | "jest": { |
93 | 93 | "setupFiles": [ |
|
0 commit comments