node-rename-css-selectors
node-rename-css-selectors copied to clipboard
Uncaught TypeError: (0 , r.default)(...).at is not a function
After compiling the source code with node-rename-css-selectors, Js files can't find the tooltip file because it's changing the class name. So there any words ignore features available? or there have any other possibilities to do this?
In the console -
Thanks for your issue. Is this your own tooltip or a third party tooltip?
It's a third party plugin that uses bootstrap 4. The plugin name is popper.js
Alright thanks. I will check that plugin :)
Do you have a small repo to reproduce this issue?
To exclude your class you can import rcs-core
and exclude it from there.
const rcsCore = require('rcs-core');
rcsCore.selectorLibrary.setExclude('your-class');