Hi, is there a way to have pattern matching for scripts with all pages along with page-specific code? IE: ``` { '*': './src/js/index.js', '/about': './src/js/about.js' } ```