@lightningjs/solid-ui
Advanced tools
Comparing version 0.14.2 to 0.15.0
{ | ||
"name": "@lightningjs/solid-ui", | ||
"version": "0.14.2", | ||
"version": "0.15.0", | ||
"description": "A shared library of components for the LightningJS Solid Framework.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -39,3 +39,4 @@ /* | ||
} | ||
}) | ||
}), | ||
importChunkUrl() | ||
], | ||
@@ -88,10 +89,6 @@ base: './', | ||
globals: true | ||
} | ||
}, | ||
publicDir: '../../shared/public' | ||
}; | ||
export default () => { | ||
config.plugins = [...config.plugins, importChunkUrl()]; | ||
config.publicDir = '../../shared/public'; | ||
return defineConfig(config); | ||
}; | ||
export default defineConfig(config); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2179150
25859