diff options
| author | Pitu <[email protected]> | 2021-06-07 17:40:28 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2021-06-07 17:40:28 +0900 |
| commit | 44974f937aaf9612002ac342ed9bee9fae6abf3a (patch) | |
| tree | 17a7326502b10a530bf1610043f411157ab44db6 /babel.config.js | |
| parent | Merge pull request #276 from jeremyfritzen/master (diff) | |
| download | host.fuwn.me-44974f937aaf9612002ac342ed9bee9fae6abf3a.tar.xz host.fuwn.me-44974f937aaf9612002ac342ed9bee9fae6abf3a.zip | |
chore: docs update
Diffstat (limited to 'babel.config.js')
| -rw-r--r-- | babel.config.js | 2 |
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: [ |