Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Last active September 5, 2015 19:56
Show Gist options
  • Select an option

  • Save dtothefp/5d80c35ef201361f018f to your computer and use it in GitHub Desktop.

Select an option

Save dtothefp/5d80c35ef201361f018f to your computer and use it in GitHub Desktop.
entry: {
'global-shit': './src/my/global/shit.js',
'pages/page-a-shit.js': './src/my/pages/a-shit.js',
'layouts/layout-a-shit.js': './src/my/layouts/a-shit.js'
},
output: {
path: `./${options.outputPath}`, //hipster options passed in
filename: '[name].js'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment