Skip to content

Commit 72d460d

Browse files
deyaaeldeenmikeharder
authored andcommitted
Use dev-tool bundle in arm libraries ***NO_CI***
1 parent 3f6ddeb commit 72d460d

451 files changed

Lines changed: 252 additions & 27901 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/advisor/arm-advisor/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@
2727
"types": "./types/arm-advisor.d.ts",
2828
"devDependencies": {
2929
"@microsoft/api-extractor": "^7.31.1",
30-
"@rollup/plugin-commonjs": "^24.0.0",
31-
"@rollup/plugin-json": "^6.0.0",
32-
"@rollup/plugin-multi-entry": "^6.0.0",
33-
"@rollup/plugin-node-resolve": "^13.1.3",
3430
"mkdirp": "^2.1.2",
35-
"rollup": "^2.66.1",
36-
"rollup-plugin-sourcemaps": "^0.6.3",
3731
"typescript": "~5.0.0",
3832
"uglify-js": "^3.4.9",
3933
"rimraf": "^3.0.0",
@@ -68,14 +62,13 @@
6862
"src/**/*.ts",
6963
"README.md",
7064
"LICENSE",
71-
"rollup.config.js",
7265
"tsconfig.json",
7366
"review/*",
7467
"CHANGELOG.md",
7568
"types/*"
7669
],
7770
"scripts": {
78-
"build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
71+
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
7972
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
8073
"prepack": "npm run build",
8174
"pack": "npm pack 2>&1",

sdk/advisor/arm-advisor/rollup.config.js

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

sdk/agrifood/arm-agrifood/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
"types": "./types/arm-agrifood.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"@rollup/plugin-commonjs": "^24.0.0",
33-
"@rollup/plugin-json": "^6.0.0",
34-
"@rollup/plugin-multi-entry": "^6.0.0",
35-
"@rollup/plugin-node-resolve": "^13.1.3",
3632
"mkdirp": "^1.0.4",
37-
"rollup": "^2.66.1",
38-
"rollup-plugin-sourcemaps": "^0.6.3",
3933
"typescript": "~5.0.0",
4034
"uglify-js": "^3.4.9",
4135
"rimraf": "^3.0.0",
@@ -70,14 +64,13 @@
7064
"src/**/*.ts",
7165
"README.md",
7266
"LICENSE",
73-
"rollup.config.js",
7467
"tsconfig.json",
7568
"review/*",
7669
"CHANGELOG.md",
7770
"types/*"
7871
],
7972
"scripts": {
80-
"build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
73+
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
8174
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
8275
"prepack": "npm run build",
8376
"pack": "npm pack 2>&1",

sdk/agrifood/arm-agrifood/rollup.config.js

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

sdk/analysisservices/arm-analysisservices/package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
"types": "./types/arm-analysisservices.d.ts",
3030
"devDependencies": {
3131
"@microsoft/api-extractor": "^7.31.1",
32-
"@rollup/plugin-commonjs": "^24.0.0",
33-
"@rollup/plugin-json": "^6.0.0",
34-
"@rollup/plugin-multi-entry": "^6.0.0",
35-
"@rollup/plugin-node-resolve": "^13.1.3",
3632
"mkdirp": "^1.0.4",
37-
"rollup": "^2.66.1",
38-
"rollup-plugin-sourcemaps": "^0.6.3",
3933
"typescript": "~5.0.0",
4034
"uglify-js": "^3.4.9",
4135
"rimraf": "^3.0.0",
@@ -70,14 +64,13 @@
7064
"src/**/*.ts",
7165
"README.md",
7266
"LICENSE",
73-
"rollup.config.js",
7467
"tsconfig.json",
7568
"review/*",
7669
"CHANGELOG.md",
7770
"types/*"
7871
],
7972
"scripts": {
80-
"build": "npm run clean && tsc && rollup -c 2>&1 && npm run minify && mkdirp ./review && npm run extract-api",
73+
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
8174
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
8275
"prepack": "npm run build",
8376
"pack": "npm pack 2>&1",

0 commit comments

Comments
 (0)