Skip to content

Instantly share code, notes, and snippets.

@chriswrightdesign
Created March 28, 2018 12:56
Show Gist options
  • Save chriswrightdesign/6495656944d1e6ba9d274abc077d0f83 to your computer and use it in GitHub Desktop.
Save chriswrightdesign/6495656944d1e6ba9d274abc077d0f83 to your computer and use it in GitHub Desktop.
Example bundle
const webpackBuilds = {
awesomeBundle: {
files: ['js/src/awesome/app.js'],
outputName: 'awesome/app.min.js', // compiles to js/compiled/awesome/app.min.js
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment