fix(dev): using latest path-browserify

This commit is contained in:
charlie
2021-11-08 18:35:39 +08:00
committed by Tienson Qin
parent 2512b5d246
commit 2a812cced3
3 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import path from 'path/path.js'
import path from 'path'
if (typeof window === 'undefined') {
global.window = {}