Last active
September 5, 2015 19:56
-
-
Save dtothefp/5d80c35ef201361f018f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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