mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
Browser UMD/min bundles already compile with ES2020 on next; drop the ES5-only downlevelIteration override from rollup.config.mjs. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
+1
-2
@@ -23,8 +23,7 @@ const tsconfig = (target) => ({
|
||||
compilerOptions: {
|
||||
target,
|
||||
module: 'ES2015',
|
||||
rootDir: 'src',
|
||||
downlevelIteration: true
|
||||
rootDir: 'src'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user