fix(config): wrong options for auto imports
This commit is contained in:
parent
0f023b1219
commit
16495143d1
3 changed files with 3 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -4201,7 +4201,7 @@
|
|||
},
|
||||
"packages/config": {
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mcflyjs/core": "latest",
|
||||
|
|
|
@ -24,7 +24,7 @@ export default function () {
|
|||
imports: {
|
||||
presets: [
|
||||
{
|
||||
from: "web-component-base/WebComponent",
|
||||
from: "web-component-base",
|
||||
imports: ["WebComponent", "html", "attachEffect"],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mcflyjs/config",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Nitro configuration for McFly apps",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue