Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(.babelrc): add "dynamic-import-node" in production
Browse files Browse the repository at this point in the history
fix(.babelrc): add "dynamic-import-node" in production
  • Loading branch information
Metnew committed Nov 6, 2017
1 parent b268b24 commit 17060b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"presets": ["react-optimize"]
},
"development": {
"plugins": ["react-hot-loader/babel"]
"plugins": ["react-hot-loader/babel", "dynamic-import-node"]
},
"test": {
"plugins": [
Expand Down

0 comments on commit 17060b7

Please sign in to comment.