Skip to content

Commit

Permalink
Update fixtures (Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Mar 20, 2022
1 parent 53adfa3 commit feef338
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 feef338

Please sign in to comment.