Posts by Igor Amoras • 11 points
1 post
-
1
votes2
answers599
viewsA: Dynamic imports in Javascript
So with Less files I don’t know if this works, but I know that with JS it works Use like this: import('./caminho').then(file => file.nomeDaFuncaoExportada() Then I’d be If(buttonHasClicksd)…