aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2021-06-07 17:40:28 +0900
committerPitu <[email protected]>2021-06-07 17:40:28 +0900
commit44974f937aaf9612002ac342ed9bee9fae6abf3a (patch)
tree17a7326502b10a530bf1610043f411157ab44db6 /babel.config.js
parentMerge pull request #276 from jeremyfritzen/master (diff)
downloadhost.fuwn.me-44974f937aaf9612002ac342ed9bee9fae6abf3a.tar.xz
host.fuwn.me-44974f937aaf9612002ac342ed9bee9fae6abf3a.zip
chore: docs update
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index 1aa593c..b401fb7 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -2,7 +2,7 @@ function isBabelLoader(caller) {
return caller && caller.name === 'babel-loader';
}
-module.exports = function(api) {
+module.exports = api => {
if (api.env('test') && !api.caller(isBabelLoader)) {
return {
presets: [