We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc2d7a commit 1100beeCopy full SHA for 1100bee
7 files changed
babel.config.js
@@ -1,9 +1,6 @@
1
module.exports = {
2
- loaders: [
3
- { test: /\.js$/, loader: 'babel', query: {compact: false} }
4
- ],
5
- presets: [
6
- ['@babel/preset-env', {targets: {node: 'current'}}],
7
- '@babel/preset-typescript',
8
9
-};
+ presets: [
+ ['@babel/preset-env', {targets: {node: 'current'}}],
+ '@babel/preset-typescript',
+ ],
+ };
0 commit comments