We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using aircall-everywhere npm module requires the user to transpile the code to es5 for uglifyjs plugin to work. Reference.
aircall-everywhere
Currently I use the above suggested approach allowing my babel transpile to include aircall-everywhere module like this.
rules: [ { test: /\.js*$/, exclude: /node_modules\/(?!(aircall-everywhere))/, loader: 'babel-loader', query: { presets: ['env', 'react'], "plugins": ["transform-object-rest-spread"] } }, Rest of my webpack config follows
It would be nice to transpile the code to es5 and then publish to npm.
The text was updated successfully, but these errors were encountered:
Thanks for the message. I'll look into it
Sorry, something went wrong.
hereismass
No branches or pull requests
Using
aircall-everywhere
npm module requires the user to transpile the code to es5 for uglifyjs plugin to work. Reference.Currently I use the above suggested approach allowing my babel transpile to include
aircall-everywhere
module like this.It would be nice to transpile the code to es5 and then publish to npm.
The text was updated successfully, but these errors were encountered: