@powerhousedao/builder-tools 0.7.0 → 0.8.0

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 +1 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../connect-studio/server.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAkErD,wBAAsB,WAAW,CAC/B,OAAO,GAAE,kBAER,iBAmFF"}
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../connect-studio/server.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAkErD,wBAAsB,WAAW,CAC/B,OAAO,GAAE,kBAER,iBAoFF"}
@@ -110,6 +110,7 @@ export async function startServer(options = {
110
110
  replacement: join(projectRoot, "node_modules", "react-dom"),
111
111
  },
112
112
  ],
113
+ dedupe: ["@powerhousedao/reactor-browser"],
113
114
  },
114
115
  plugins: [
115
116
  viteConnectDevStudioPlugin(true, studioPath),
@@ -1 +1 @@
1
- {"version":3,"file":"external-packages.d.ts","sourceRoot":"","sources":["../../../connect-studio/vite-plugins/external-packages.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAOzC,eAAO,MAAM,wBAAwB,yBAAyB,CAAC;AAC/D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AAoCzD,eAAO,MAAM,wBAAwB,aACzB,MAAM,EAAE,GAAG,SAAS,aACnB,MAAM,oBAEhB,YAAY,EA8Cd,CAAC"}
1
+ {"version":3,"file":"external-packages.d.ts","sourceRoot":"","sources":["../../../connect-studio/vite-plugins/external-packages.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAOzC,eAAO,MAAM,wBAAwB,yBAAyB,CAAC;AAC/D,eAAO,MAAM,kBAAkB,yBAAyB,CAAC;AAqCzD,eAAO,MAAM,wBAAwB,aACzB,MAAM,EAAE,GAAG,SAAS,aACnB,MAAM,oBAEhB,YAAY,EA8Cd,CAAC"}
@@ -20,6 +20,7 @@ function generateImportScript(packages, targetDir) {
20
20
  const moduleName = `module${counter}`;
21
21
  moduleNames.push(moduleName);
22
22
  imports.push(`import * as ${moduleName} from '${packageName}';`);
23
+ imports.push(`import '${packageName}/style.css';`);
23
24
  counter++;
24
25
  }
25
26
  const exportStatement = `export default [