rev comment

This commit is contained in:
Michael Bradley, Jr 2018-08-17 16:45:25 -05:00
parent 53a4fd2089
commit 285534abeb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// embark being an explicit dependency of the dapp. However, webpack and babel
// do not directly support NODE_PATH, so in various parts of the config,
// modules such as plugins and presets must be resolved with
// require.resolve(). That is only necessary if a module is in embark's
// require.resolve(). That is only necessary if a plugin/preset is in embark's
// node_modules; if it's in the dapp's node_modules then it can be specified
// directly