We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fe72f commit c49f1e6Copy full SHA for c49f1e6
README.md
@@ -7,6 +7,12 @@ This includes the babel configuration used for JavaScript packages in atom-ide-c
7
npm install --save-dev babel-preset-atomic
8
```
9
10
+You should also install the peer dependencies:
11
+```
12
+npm install -save-dev "@babel/core"
13
+npm install -save-dev "@babel/cli"
14
15
+
16
## Usage
17
Create a `babel.config.js` file at the root of the project with the following content:
18
```js
0 commit comments