We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 076c123 commit 9cc327dCopy full SHA for 9cc327d
1 file changed
README.md
@@ -271,6 +271,18 @@ If true, it enables import prefixes:
271
- `@/*`
272
- `~/*`
273
274
+```ts
275
+// bundler.config.ts
276
+
277
+import { defineConfig } from '@hypernym/bundler'
278
279
+export default defineConfig({
280
+ alias: true,
281
+})
282
+```
283
284
+After that it can be imported as:
285
286
```ts
287
// Imports module from './src/utils/index.js'
288
import { module } from '@/utils/index.js'
0 commit comments