Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3fd9cb

Browse filesBrowse files
hubgitdarthtrevino
andauthored
Fix babelEsmConfig path (#2990)
Set the correct path for the ESM Babel config file Co-authored-by: Chris Trevino <darthtrevino@users.noreply.github.com>
1 parent cc032b0 commit d3fd9cb
Copy full SHA for d3fd9cb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎packages/build/src/tasks/babel.ts

Copy file name to clipboardExpand all lines: packages/build/src/tasks/babel.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import plumber = require('gulp-plumber')
88

99
/* eslint-disable @typescript-eslint/no-var-requires */
1010
const babelCjsConfig = require('../../config/babel.config.cjs')
11-
const babelEsmConfig = require('../../config/babel.config.cjs')
11+
const babelEsmConfig = require('../../config/babel.config')
1212
/* eslint-enable @typescript-eslint/no-var-requires */
1313

1414
const BABEL_GLOBS = ['lib/**/*.js']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.