fix(windows): fix build script on windows (#2830)
This commit is contained in:
parent
6386c14d00
commit
910cae3b95
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { rollup } from 'rollup'
|
||||
import { nodeResolve } from '@rollup/plugin-node-resolve'
|
||||
import { posix as path } from 'node:path'
|
||||
import path from 'node:path'
|
||||
import { createRequire } from 'node:module'
|
||||
import {
|
||||
readFile as nodeReadFile,
|
||||
|
|
Loading…
Reference in a new issue