|
47 | 47 | "@babel/plugin-transform-runtime": "^7.18.9", |
48 | 48 | "@babel/preset-env": "^7.18.9", |
49 | 49 | "@babel/preset-react": "^7.18.6", |
50 | | - "@redhat-cloud-services/frontend-components-config": "^4.6.30", |
| 50 | + "@redhat-cloud-services/frontend-components-config": "^4.6.31", |
51 | 51 | "@testing-library/dom": "^8.16.0", |
52 | 52 | "@testing-library/jest-dom": "^5.16.4", |
53 | 53 | "@testing-library/react": "^12.1.4", |
|
71 | 71 | "test": "jest --coverage", |
72 | 72 | "lint": "npm-run-all lint:*", |
73 | 73 | "lint:js": "eslint config src", |
74 | | - "travis:verify": "npm-run-all lint test build:prod", |
| 74 | + "travis:verify": "npm-run-all lint test build", |
75 | 75 | "verify": "npm-run-all build lint test", |
76 | 76 | "extract:messages": "npx @formatjs/cli extract 'src/**/*.{js,jsx}' --out-file ./translations/messages.json", |
77 | | - "prod": "NODE_ENV=production webpack serve --config config/dev.webpack.config.js", |
78 | | - "prod:beta": "NODE_ENV=production BETA=true webpack serve --config config/dev.webpack.config.js", |
79 | | - "start": "NODE_ENV=development webpack serve --config config/dev.webpack.config.js", |
80 | | - "start:beta": "NODE_ENV=development BETA=true webpack serve --config config/dev.webpack.config.js", |
81 | | - "build": "webpack --config config/prod.webpack.config.js", |
82 | | - "analyze": "NODE_ENV=production webpack --config config/prod.webpack.config.js --env analyze=true", |
83 | | - "build:prod": "NODE_ENV=production webpack --config config/prod.webpack.config.js", |
84 | | - "start:federated": "fec static --config config/dev.webpack.config.js" |
| 77 | + "start": "HOT=true fec dev", |
| 78 | + "build": "fec build", |
| 79 | + "start:federated": "fec static" |
85 | 80 | } |
86 | 81 | } |
0 commit comments