mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 14:11:35 +02:00
Nodejs 13 compat and eslint/prettier glob fix (#3149)
This commit is contained in:
committed by
Ian Storm Taylor
parent
6608a5df39
commit
4bbbfba142
@@ -88,7 +88,7 @@ function configure(pkg, env, target) {
|
||||
runtimeHelpers: true,
|
||||
include: [`packages/${pkg.name}/src/**`],
|
||||
extensions: ['.js', '.ts'],
|
||||
configFile: './config/babel/babel.config.js',
|
||||
configFile: './config/babel/babel.config.cjs',
|
||||
}),
|
||||
|
||||
// Register Node.js globals for browserify compatibility.
|
||||
|
Reference in New Issue
Block a user