Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hindmost/57a2d0d05d9b7cd015b71f1fd1ac5c99 to your computer and use it in GitHub Desktop.
Save hindmost/57a2d0d05d9b7cd015b71f1fd1ac5c99 to your computer and use it in GitHub Desktop.
cra-browserext-boilerplate: webpack.config.js - output - origin
...
output: {
...
filename: isEnvProduction
? 'static/js/[name].[contenthash:8].js'
: isEnvDevelopment && 'static/js/bundle.js',
...
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment