@maas/vue-equipment 1.0.0-beta.78 → 1.0.0-beta.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment/nuxt",
3
3
  "configKey": "vueEquipment",
4
- "version": "1.0.0-beta.77",
4
+ "version": "1.0.0-beta.78",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -175,6 +175,10 @@ const module$1 = defineNuxtModule({
175
175
  nuxt.options.build.transpile.push("@maas/vue-equipment");
176
176
  const packages = ["plugins", "composables", "utils"];
177
177
  nuxt.options.alias = nuxt.options.alias ?? {};
178
+ for (const plugin of plugins) {
179
+ const alias = `@maas/vue-equipment/plugins/${plugin.name}/css`;
180
+ nuxt.options.alias[alias] = nuxt.options.alias[alias] ?? resolver.resolve(`../plugins/${plugin.name}/src/css`);
181
+ }
178
182
  for (const pkg of packages) {
179
183
  nuxt.options.alias[`@maas/vue-equipment/${pkg}`] = nuxt.options.alias[`@maas/vue-equipment/${pkg}`] ?? resolver.resolve(`../${pkg}`);
180
184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "Our Frontend Toolkit, Free and Open Source",
4
- "version": "1.0.0-beta.78",
4
+ "version": "1.0.0-beta.79",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Robin Scholz",