summaryrefslogtreecommitdiff
path: root/3bg/babel.config.js
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
committerEugen Wissner <belka@caraus.de>2024-12-19 23:54:35 +0100
commit53e4c5dba6ede90f0e23b192350b3cc833834523 (patch)
tree5ef55d3d1628ce5099a9cc66f4feaa75b4836c82 /3bg/babel.config.js
parentce48d3176929481eae19f1d7536823de56fbb9d3 (diff)
downloadcucumber-js-demo-53e4c5dba6ede90f0e23b192350b3cc833834523.tar.gz
Remove babel from the tutorial, assertion, async
Diffstat (limited to '3bg/babel.config.js')
-rw-r--r--3bg/babel.config.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/3bg/babel.config.js b/3bg/babel.config.js
deleted file mode 100644
index ae49d86..0000000
--- a/3bg/babel.config.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = {
- presets: [
- [ '@babel/env', {
- useBuiltIns: 'usage'
- }]
- ]
-}