Skip to content

Instantly share code, notes, and snippets.

@AdamRamberg
Created August 28, 2019 19:10
Show Gist options
  • Save AdamRamberg/5e2499837258ff596e6af11e7caf7b73 to your computer and use it in GitHub Desktop.
Save AdamRamberg/5e2499837258ff596e6af11e7caf7b73 to your computer and use it in GitHub Desktop.
Translate your React app with ease using Facebook's own framework (FBT) - webpack.resolve.js
module.exports = {
resolve: {
modules: [
path.join('path', 'to', 'enum'),
path.join('path', 'to', 'node_modules'),
],
},
// Rest of your webpack config...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment