Skip to content

Instantly share code, notes, and snippets.

@wmira
Created May 23, 2015 03:59
Show Gist options
  • Save wmira/8e62f772a9d6f0efe9f1 to your computer and use it in GitHub Desktop.
Save wmira/8e62f772a9d6f0efe9f1 to your computer and use it in GitHub Desktop.
webpack external react
externals: {
react: {
root: 'React',
commonjs: 'react',
commonjs2: 'react',
amd: 'react'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment