Skip to content

Commit

Permalink
Update fixtures (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot authored and nicolo-ribaudo committed Jun 11, 2022
1 parent 956bd59 commit 5dc9f43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -16,12 +16,12 @@ config <CWD>/.babelrc
programmatic options from @babel/cli
{
"presets": [
"<ROOTDIR>//packages//babel-preset-react"
"<ROOTDIR>//packages//babel-preset-react//lib//index.js"
],
"plugins": [
"<ROOTDIR>//packages//babel-plugin-transform-arrow-functions",
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs"
"<ROOTDIR>//packages//babel-plugin-transform-arrow-functions//lib//index.js",
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode//lib//index.js",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs//lib//index.js"
],
"sourceFileName": "src/foo.js",
"caller": {
Expand Down
Expand Up @@ -16,12 +16,12 @@ config <CWD>/.babelrc
programmatic options from @babel/cli
{
"presets": [
"<ROOTDIR>//packages//babel-preset-react"
"<ROOTDIR>//packages//babel-preset-react//lib//index.js"
],
"plugins": [
"<ROOTDIR>//packages//babel-plugin-transform-arrow-functions",
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs"
"<ROOTDIR>//packages//babel-plugin-transform-arrow-functions//lib//index.js",
"<ROOTDIR>//packages//babel-plugin-transform-strict-mode//lib//index.js",
"<ROOTDIR>//packages//babel-plugin-transform-modules-commonjs//lib//index.js"
],
"sourceFileName": "../src/foo.js",
"caller": {
Expand Down

0 comments on commit 5dc9f43

Please sign in to comment.