mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-17 03:25:31 +00:00
c48e3485c0
Squashed commit of the following: commit 636296841d5cf5e685237fe70db7a15305d8e966 Author: Adam Pash <adam.pash@gmail.com> Date: Fri Sep 9 13:37:21 2016 -0400 final cleanup commit 51f712b3074d41a1f2da91519289d4dd09719ad0 Author: Adam Pash <adam.pash@gmail.com> Date: Fri Sep 9 13:25:28 2016 -0400 Another big pass commit 3860e6d872a9adb9290093fd9c8708dfcc773c28 Author: Adam Pash <adam.pash@gmail.com> Date: Fri Sep 9 12:49:52 2016 -0400 chore: started reorganizing
16 lines
481 B
Plaintext
16 lines
481 B
Plaintext
{
|
|
"presets": ["es2015"],
|
|
"plugins": [
|
|
"transform-es2015-destructuring",
|
|
"transform-object-rest-spread",
|
|
"transform-async-to-generator",
|
|
["module-alias", [
|
|
{ "src": "./src/utils", "expose": "utils" },
|
|
{ "src": "./src/cleaners", "expose": "cleaners" },
|
|
{ "src": "./src/resource", "expose": "resource" },
|
|
{ "src": "./src/extractors", "expose": "extractors" },
|
|
{ "src": "./src/test-helpers.js", "expose": "test-helpers" }
|
|
]]
|
|
]
|
|
}
|