mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-07-09 18:47:39 +00:00
4a9181d69b
- Fixed webpack.shared.cjs and webpack.config.cjs imports - Fixed rollup.config.js imports - Added x-* package resolutions - Renamed hooks/index.js to hooks/index.ts - Added pezkuwi-exec-webpack script alias - Updated tsconfig.base.json with pezkuwi paths
13 lines
445 B
TypeScript
13 lines
445 B
TypeScript
// Copyright 2017-2026 @pezkuwi/extension-dapp authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Do not edit, auto-generated by @pezkuwi/dev
|
|
// (packageInfo imports will be kept as-is, user-editable)
|
|
|
|
import { packageInfo as injectInfo } from '@pezkuwi/extension-inject/packageInfo';
|
|
import { detectPackage } from '@pezkuwi/util';
|
|
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, [injectInfo]);
|