|
6 | 6 | "license": "Apache-2.0", |
7 | 7 | "scripts": { |
8 | 8 | "start": "lerna run build:i18n && start-storybook -p 6006 -c .storybook", |
9 | | - "build": "npm-run-all -s build:clean build:esm build:cjs", |
| 9 | + "build": "npm-run-all -s build:clean build:bundle", |
10 | 10 | "build:clean": "yarn clean", |
11 | | - "build:esm": "lerna run build --stream", |
12 | | - "build:cjs": "node ./scripts/rollup/build.js", |
| 11 | + "build:bundle": "lerna run build --stream", |
13 | 12 | "build:storybook": "lerna run build:i18n && build-storybook -c .storybook -o .out", |
14 | 13 | "pretest": "rimraf coverage && lerna run build:i18n", |
15 | 14 | "test": "jest --config=config/jest.config.js --coverage", |
|
62 | 61 | "@typescript-eslint/eslint-plugin": "^3.7.0", |
63 | 62 | "@typescript-eslint/parser": "^3.7.0", |
64 | 63 | "@ui5/webcomponents-tools": "^1.0.0-rc.8", |
65 | | - "babel-code-frame": "^6.26.0", |
66 | 64 | "babel-jest": "^26.2.2", |
67 | 65 | "babel-loader": "^8.1.0", |
68 | 66 | "chalk": "^4.0.0", |
|
78 | 76 | "eslint-plugin-react": "^7.20.3", |
79 | 77 | "eslint-plugin-react-hooks": "^4.0.8", |
80 | 78 | "glob": "^7.1.6", |
81 | | - "google-closure-compiler": "^20200406.0.0", |
82 | 79 | "husky": "^4.2.5", |
83 | 80 | "identity-obj-proxy": "^3.0.0", |
84 | 81 | "jest": "^26.2.2", |
|
96 | 93 | "react-app-polyfill": "^1.0.6", |
97 | 94 | "rimraf": "^3.0.1", |
98 | 95 | "rollup": "^2.23.0", |
99 | | - "rollup-plugin-strip-banner": "^2.0.0", |
| 96 | + "rollup-plugin-terser": "^6.1.0", |
100 | 97 | "shelljs": "^0.8.3", |
101 | 98 | "sinon": "^9.0.2", |
102 | 99 | "targz": "^1.0.1", |
|
0 commit comments