Revert "fix(dev): using latest path-browserify"

This reverts commit 647c92c0aa.
This commit is contained in:
charlie
2021-11-08 18:45:21 +08:00
committed by Tienson Qin
parent 2a812cced3
commit e10361824d
3 changed files with 5 additions and 13 deletions

View File

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