You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[informational][build] How to remove embedded build environment paths from hook.min.js
Root Cause
After npm install, some node_modules/{package-name}/package.json files include _where: "/full/path/to/dev/env", which are included in browserify bundles
Fix
Perform npm ci after npm install, then gulp @thin-hook/build
No dev env paths in hook.min.js
The text was updated successfully, but these errors were encountered:
[informational][build] How to remove embedded build environment paths from
hook.min.js
Root Cause
npm install
, somenode_modules/{package-name}/package.json
files include_where: "/full/path/to/dev/env"
, which are included in browserify bundlesFix
npm ci
afternpm install
, thengulp @thin-hook/build
hook.min.js
The text was updated successfully, but these errors were encountered: