Skip to content

Commit ec68501

Browse files
committed
Update dev deps
1 parent 3be5d5c commit ec68501

File tree

4 files changed

+537
-259
lines changed

4 files changed

+537
-259
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (process.argv.some((a) => a === '--unbuild')) {
1717
const cjsTest = fs.readFileSync(cjsTestFile, 'utf8')
1818
const esTest = cjsTest.replace(
1919
/const (.+?) = require\((.+?)\)/g,
20-
`import $1 from $2`
20+
'import $1 from $2'
2121
).replace('CommonJS', 'ES')
2222

2323
fs.writeFileSync(esTestFile, esTest, 'utf8')

0 commit comments

Comments
 (0)