diff --git a/scripts/afterPack.js b/scripts/afterPack.js index 59d34f2..2c4e7a7 100644 --- a/scripts/afterPack.js +++ b/scripts/afterPack.js @@ -1,6 +1,7 @@ -// scripts/afterPack.js -import { execSync } from 'child_process' -import path from 'path' +/* eslint-disable @typescript-eslint/no-require-imports */ + +const { execSync } = require('child_process') +const path = require('path') exports.default = async function (context) { const { appOutDir, packager } = context