@lolyjs/core 0.1.0-alpha.5 → 0.1.0-alpha.6
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.cjs +0 -3
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +0 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +113 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +113 -25
- package/dist/index.js.map +1 -1
- package/dist/runtime.cjs +113 -22
- package/dist/runtime.cjs.map +1 -1
- package/dist/runtime.js +113 -22
- package/dist/runtime.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -1318,9 +1318,6 @@ function createClientConfig(projectRoot, mode) {
|
|
|
1318
1318
|
filename: mode === "production" ? "client.[contenthash].css" : "client.css"
|
|
1319
1319
|
})
|
|
1320
1320
|
],
|
|
1321
|
-
externals: {
|
|
1322
|
-
"@lolyjs/core/runtime": "@lolyjs/core/runtime"
|
|
1323
|
-
},
|
|
1324
1321
|
infrastructureLogging: {
|
|
1325
1322
|
level: "error"
|
|
1326
1323
|
},
|