mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-13 00:12:51 +08:00
Officially switching to ES Module system.
This commit is contained in:
12
babel.config.cjs
Normal file
12
babel.config.cjs
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
'@babel/preset-env',
|
||||
{
|
||||
targets: {
|
||||
esmodules: true
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user