@ngtools/webpack 18.1.0-next.3 → 18.1.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.d.ts +1 -1
- package/src/ivy/index.d.ts +1 -1
package/package.json
CHANGED
package/src/index.d.ts
CHANGED
@@ -5,4 +5,4 @@
|
|
5
5
|
* Use of this source code is governed by an MIT-style license that can be
|
6
6
|
* found in the LICENSE file at https://angular.dev/license
|
7
7
|
*/
|
8
|
-
export { AngularWebpackLoaderPath, AngularWebpackPlugin, AngularWebpackPluginOptions, imageDomains, default, } from './ivy';
|
8
|
+
export { AngularWebpackLoaderPath, AngularWebpackPlugin, type AngularWebpackPluginOptions, imageDomains, default, } from './ivy';
|
package/src/ivy/index.d.ts
CHANGED
@@ -6,5 +6,5 @@
|
|
6
6
|
* found in the LICENSE file at https://angular.dev/license
|
7
7
|
*/
|
8
8
|
export { angularWebpackLoader as default } from './loader';
|
9
|
-
export { AngularWebpackPluginOptions, AngularWebpackPlugin, imageDomains } from './plugin';
|
9
|
+
export { type AngularWebpackPluginOptions, AngularWebpackPlugin, imageDomains } from './plugin';
|
10
10
|
export declare const AngularWebpackLoaderPath: string;
|