Loading newest dependency javascript module file in functions.php
The problem Import statement like: import { export1 } from “./module-name.js”; is called static import declaration. Dynamic query string (to force load the latest file) cannot be used in static import declarations. So, to solve this problem, you’ll have to choose one of the following four options: Remove export and import statements from all the … Read more