mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-07-11 06:57:28 +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
12 lines
347 B
TypeScript
12 lines
347 B
TypeScript
// Copyright 2017-2026 @pezkuwi/extension 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 { detectPackage } from '@pezkuwi/util';
|
|
|
|
import { packageInfo } from './packageInfo.js';
|
|
|
|
detectPackage(packageInfo, null, []);
|