"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
GNU Affero General Public License v3.0
9.28k
stars
1.19k
forks
source link
Generated ESM Helper mjs file has incorrect import paths #759
Closed
ComputerWolf closed 2 weeks ago
Library version 2.0.0-rc.1
Describe the bug Imports in the helper mjs file don't match the actual paths and throw errors.
Incorrect generated ESM file:
Correct paths from source file:
To Reproduce Steps to reproduce the behavior:
import { isStandalonePWA } from 'ua-parser-js/helpers';
Expected behavior Imports do not throw errors