mongoose-update-if-current icon indicating copy to clipboard operation
mongoose-update-if-current copied to clipboard

[CHORE]

Open safer-bwd opened this issue 5 years ago • 0 comments

Eoin, thanks for the awesome plugin!

Describe the solution you'd like I think it's better to use babel-plugin-add-module-exports instead of core-js and regenerator-runtime.

.babelrc

{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "node": true
        }
      }
    ]
  ],
  "plugins": ["add-module-exports"]
}

safer-bwd avatar Dec 06 '19 08:12 safer-bwd