mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup reexports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const semver = require("semver");
|
||||
|
||||
const webpackPackageName = "nativescript-dev-webpack";
|
||||
const webpackPackageName = "@nativescript/webpack";
|
||||
|
||||
module.exports = function ($staticConfig, hookArgs) {
|
||||
const cliVersion = semver.parse($staticConfig.version);
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
const path = require('path');
|
||||
require('nativescript-hook')(path.join(__dirname, "..")).postinstall();
|
||||
require('@nativescript/hook')(path.join(__dirname, "..")).postinstall();
|
||||
@@ -1,2 +1,2 @@
|
||||
const path = require('path');
|
||||
require('nativescript-hook')(path.join(__dirname, "..")).preuninstall();
|
||||
require('@nativescript/hook')(path.join(__dirname, "..")).preuninstall();
|
||||
Reference in New Issue
Block a user