Skip to content

Commit

Permalink
Add babel-plugin-static-fs@1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Sousa committed Jan 18, 2019
1 parent 37b6072 commit c8dbcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["add-module-exports"],
"plugins": ["add-module-exports", "static-fs"],
"presets": ["es2015"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"babel-cli": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-static-fs": "^1.2.0",
"babel-preset-es2015": "6.5.0",
"babel-register": "^6.3.13",
"eslint": "^1.10.3",
Expand Down

0 comments on commit c8dbcf2

Please sign in to comment.