Sha256: 7e0cd420d53200d164f55bd289cc56aeaff4517ec0c7d3ab4abd1eff775e74e2
Contents?: true
Size: 476 Bytes
Versions: 9
Compression:
Stored size: 476 Bytes
Contents
// To import modules, you can use ~/:path, where `:path` must be reflect the // structure you define inside `./src`. For instance, if you have a // `src/utils.ts` file that exports some functions, you can import it with this: // // ```ts // import { func } from "~/utils"; // ``` // // To export your final bundle, use `yarn build`. This will ensure that all // files point to the right place, considering the `~/` alias. // export const name = "<%= options.package_name %>";
Version data entries
9 entries across 9 versions & 1 rubygems