@lolyjs/core 0.1.0-alpha.5 → 0.1.0-alpha.8

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.
package/dist/cli.js CHANGED
@@ -1313,9 +1313,6 @@ function createClientConfig(projectRoot, mode) {
1313
1313
  filename: mode === "production" ? "client.[contenthash].css" : "client.css"
1314
1314
  })
1315
1315
  ],
1316
- externals: {
1317
- "@lolyjs/core/runtime": "@lolyjs/core/runtime"
1318
- },
1319
1316
  infrastructureLogging: {
1320
1317
  level: "error"
1321
1318
  },