Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. "mhy": {
  2. "mhy": {
  3. "cjs": {
  4. "distFolder": "dist/cjs"
  5. }
  6. },
  7. "babel": {
  8. "cjs": {
  9. "presets": [
  10. {
  11. "$match": {
  12. "query": "$[?(@[0].includes('preset-env'))]",
  13. "value": [
  14. {
  15. "$match": {
  16. "index": 1,
  17. "value": {
  18. "modules": "commonjs",
  19. "targets": {
  20. "$replace": {
  21. "node": true,
  22. "browsers": false,
  23. "esmodules": true
  24. }
  25. }
  26. }
  27. }
  28. }
  29. ]
  30. }
  31. }
  32. ],
  33. "plugins": [
  34. {
  35. "$prepend": {
  36. "$expression": "$params.require.resolve('babel-plugin-add-module-exports')"
  37. }
  38. }
  39. ]
  40. }
  41. }
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement