Skip to content

Commit 2c3eca1

Browse files
author
Angular Builds
committed
4053310 Revert "test: update chunk file name to reflect new name"
1 parent 294b32a commit 2c3eca1

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

index.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.dev/license
7+
*/
8+
export * from './src/index';

index.js

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
"use strict";
2+
/**
3+
* @license
4+
* Copyright Google LLC All Rights Reserved.
5+
*
6+
* Use of this source code is governed by an MIT-style license that can be
7+
* found in the LICENSE file at https://angular.dev/license
8+
*/
9+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10+
if (k2 === undefined) k2 = k;
11+
var desc = Object.getOwnPropertyDescriptor(m, k);
12+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13+
desc = { enumerable: true, get: function() { return m[k]; } };
14+
}
15+
Object.defineProperty(o, k2, desc);
16+
}) : (function(o, m, k, k2) {
17+
if (k2 === undefined) k2 = k;
18+
o[k2] = m[k];
19+
}));
20+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
21+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
22+
};
23+
Object.defineProperty(exports, "__esModule", { value: true });
24+
__exportStar(require("./src/index"), exports);

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-webpack",
3-
"version": "0.1901.0-next.2+sha-3feecdd",
3+
"version": "0.1901.0-next.2+sha-4053310",
44
"description": "Webpack Builder for Architect",
55
"experimental": true,
66
"main": "src/index.js",
@@ -16,7 +16,7 @@
1616
"./*.js": "./*.js"
1717
},
1818
"dependencies": {
19-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3feecdd",
19+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#4053310",
2020
"rxjs": "7.8.1"
2121
},
2222
"peerDependencies": {

uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Dec 19 2024 16:43:53 GMT+0000 (Coordinated Universal Time)
1+
Thu Dec 19 2024 17:27:08 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)