@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.esm.js
CHANGED
|
@@ -489,7 +489,6 @@ async function runStencil(ctx) {
|
|
|
489
489
|
sys,
|
|
490
490
|
config: {
|
|
491
491
|
devMode,
|
|
492
|
-
enableCache: true,
|
|
493
492
|
maxConcurrentWorkers: isWindows ? 0 : 8, // workers break on windows
|
|
494
493
|
rootDir: ctx.client.buildDir,
|
|
495
494
|
configPath: path.resolve(ctx.client.buildDir, "stencil.config.ts"),
|
|
@@ -21819,7 +21818,7 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
|
|
|
21819
21818
|
};
|
|
21820
21819
|
|
|
21821
21820
|
var name = "@embeddable.com/sdk-core";
|
|
21822
|
-
var version = "3.9.0
|
|
21821
|
+
var version = "3.9.0";
|
|
21823
21822
|
var description = "Core Embeddable SDK module responsible for web-components bundling and publishing.";
|
|
21824
21823
|
var keywords = [
|
|
21825
21824
|
"embeddable",
|