Skip to content

Commit

Permalink
fix(bundle-analyzer): always posix style separator in module parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyi.levi committed Aug 31, 2022
1 parent 808c2ef commit 7ab8d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundle-analyzer/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

import { join, relative, resolve } from 'path'
import { join, relative, resolve } from 'path/posix'

import { parse as parseQueryString } from 'query-string'

Expand Down

0 comments on commit 7ab8d2b

Please sign in to comment.