react-json-tree icon indicating copy to clipboard operation
react-json-tree copied to clipboard

Using react-json-tree in a webpack project results in errors

Open gitgrimbo opened this issue 7 years ago • 0 comments
trafficstars

Installed as

npm i react-json-tree

Error:

./node_modules/react-json-tree/lib/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
ReferenceError: Unknown plugin "transform-es3-member-expression-literals" specified in "MY_PROJECT\\node_modules\\react-json-tree\\.babelrc" at 2, attempted to resolve relative to "MY_PROJECT\\node_modules\\react-json-tree"

Tried this:

npm install --save-dev babel-plugin-transform-es3-property-literals

still error.

gitgrimbo avatar Jun 14 '18 08:06 gitgrimbo