Skip to content

Commit

Permalink
chore: 1.2.1 (#43)
Browse files Browse the repository at this point in the history
* chore: 1.2.1

* docs: mention import in nuxt.config
  • Loading branch information
huang-julien authored Feb 5, 2023
1 parent f583657 commit 8e2f871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default defineNuxtConfig({
})
```

Since this module might need to import `.ts` files, it needs to be imported within your `nuxt.config.ts` file and be added in the `modules` array as a variable instead of a string.

## Options

The module has some options built-in
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-runtime-compiler",
"version": "1.2.0",
"version": "1.2.1",
"description": "A simple module enabling the vue full bundle on Nuxt 2 and 3",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 8e2f871

Please sign in to comment.