@es-pkg/compile 1.0.10 → 1.0.11

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/cjs/index.js CHANGED
@@ -123,6 +123,7 @@ async function buildDeclarations() {
123
123
  const compilerOptions = {
124
124
  ...parsedConfig.options,
125
125
  declaration: true,
126
+ noEmit: false,
126
127
  emitDeclarationOnly: true,
127
128
  outDir: config.es,
128
129
  rootDir: resolveApp("src"),
package/esm/index.js CHANGED
@@ -85,6 +85,7 @@ async function buildDeclarations() {
85
85
  const compilerOptions = {
86
86
  ...parsedConfig.options,
87
87
  declaration: true,
88
+ noEmit: false,
88
89
  emitDeclarationOnly: true,
89
90
  outDir: config.es,
90
91
  rootDir: resolveApp("src"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@es-pkg/compile",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "组件打包工具",
5
5
  "main": "cjs/index.js",
6
6
  "keywords": [