fix(windows): fix build script on windows (#2830)

This commit is contained in:
Nate Moore 2022-03-18 17:44:59 -05:00 committed by GitHub
parent 6386c14d00
commit 910cae3b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
import { rollup } from 'rollup' import { rollup } from 'rollup'
import { nodeResolve } from '@rollup/plugin-node-resolve' 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 { createRequire } from 'node:module'
import { import {
readFile as nodeReadFile, readFile as nodeReadFile,