gas-webpack-plugin icon indicating copy to clipboard operation
gas-webpack-plugin copied to clipboard

Property accessors doesn't work.

Open fossamagna opened this issue 4 years ago • 0 comments

Found another issue I guess. This doesn't work.

const fnName = "hello";
global[fnName] = () => console.log("do something..");

Originally posted by @labnol in https://github.com/fossamagna/gas-webpack-plugin/issues/516#issuecomment-804662712

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Property_Accessors

fossamagna avatar Mar 26 '21 00:03 fossamagna