Skip to content

Commit

Permalink
fix: correct default prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
cipami committed Nov 28, 2021
1 parent e81c7c3 commit 4d288d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module.mjs
Expand Up @@ -4,7 +4,7 @@ import lodash from "lodash-es";

export default defineNuxtModule({
configKey: "lodash",
defaults: { prefix: "use", exclude: [] },
defaults: { prefix: false, exclude: [] },
setup(options, nuxt) {
const prefix = options.prefix || "";
const exportsArray = [];
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-lodash",
"version": "0.1.0",
"version": "1.1.0",
"description": "Lodash auto-import for Nuxt.js",
"keywords": [
"nuxt",
Expand Down

0 comments on commit 4d288d5

Please sign in to comment.