We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ca13b commit 590f987Copy full SHA for 590f987
.babelrc.js
@@ -0,0 +1,3 @@
1
+const {configure} = require("babel-preset-jaid")
2
+
3
+module.exports = api => configure(api)
package.json
@@ -2,11 +2,6 @@
"private": true,
"version": "1.2.1",
4
"author": "Jaid <jaid.jsx@gmail.com> (https://github.com/Jaid)",
5
- "babel": {
6
- "presets": [
7
- "jaid"
8
- ]
9
- },
10
"eslintConfig": {
11
"extends": "jaid"
12
},
@@ -15,7 +10,11 @@
15
"coverageDirectory": "dist/jest/coverage",
16
"collectCoverageFrom": [
17
"src/**"
18
13
+ ],
14
+ "moduleNameMapper": {
+ "^root": "<rootDir>",
+ "^lib": "<rootDir>/src/lib"
+ }
19
20
"dependencies": {
21
"@babel/runtime": "^7.3.1",
0 commit comments