@cedarjs/cli-helpers 2.0.1 → 2.0.2-next.24
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/cjs/lib/index.js +1 -1
- package/dist/lib/index.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -8
package/dist/cjs/lib/index.js
CHANGED
|
@@ -48,7 +48,7 @@ const transformTSToJS = (filename, content) => {
|
|
|
48
48
|
}
|
|
49
49
|
const babelFileResult = babel.transform(content, {
|
|
50
50
|
filename,
|
|
51
|
-
// If you ran `yarn
|
|
51
|
+
// If you ran `yarn cedar generate` in `./web` transformSync would import the `.babelrc.js` file,
|
|
52
52
|
// in `./web`? despite us setting `configFile: false`.
|
|
53
53
|
cwd: process.env.NODE_ENV === "test" ? void 0 : (0, import_paths.getPaths)().base,
|
|
54
54
|
configFile: false,
|
package/dist/lib/index.js
CHANGED
|
@@ -11,7 +11,7 @@ const transformTSToJS = (filename, content) => {
|
|
|
11
11
|
}
|
|
12
12
|
const babelFileResult = babel.transform(content, {
|
|
13
13
|
filename,
|
|
14
|
-
// If you ran `yarn
|
|
14
|
+
// If you ran `yarn cedar generate` in `./web` transformSync would import the `.babelrc.js` file,
|
|
15
15
|
// in `./web`? despite us setting `configFile: false`.
|
|
16
16
|
cwd: process.env.NODE_ENV === "test" ? void 0 : getPaths().base,
|
|
17
17
|
configFile: false,
|