mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-21 23:33:31 +01:00
2869b5e5de
* Required web pack 2+ => updated to 3 * Add web pack-dev-server to be able to test worker.js stuff
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
{
|
|
"env": {
|
|
"testing": {
|
|
"presets": ["es2015"]
|
|
}
|
|
},
|
|
"presets": [ ["es2015", { "loose": false, "modules": false}], "react", "stage-0", "stage-2"]
|
|
}
|