@embeddable.com/sdk-core 3.9.0-next.0 → 3.9.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.
- package/lib/index.esm.js +1 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/loader/custom-esm-loader.mjs +0 -18
- package/package.json +1 -1
- package/src/generate.test.ts +0 -1
- package/src/generate.ts +0 -1
package/lib/index.js
CHANGED
|
@@ -517,7 +517,6 @@ async function runStencil(ctx) {
|
|
|
517
517
|
sys,
|
|
518
518
|
config: {
|
|
519
519
|
devMode,
|
|
520
|
-
enableCache: true,
|
|
521
520
|
maxConcurrentWorkers: isWindows ? 0 : 8, // workers break on windows
|
|
522
521
|
rootDir: ctx.client.buildDir,
|
|
523
522
|
configPath: path__namespace.resolve(ctx.client.buildDir, "stencil.config.ts"),
|
|
@@ -21847,7 +21846,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21847
21846
|
};
|
|
21848
21847
|
|
|
21849
21848
|
var name = "@embeddable.com/sdk-core";
|
|
21850
|
-
var version = "3.9.0
|
|
21849
|
+
var version = "3.9.0";
|
|
21851
21850
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21852
21851
|
var keywords = [
|
|
21853
21852
|
"embeddable",
|