Sean Larkin
Sean Larkin
Hi team!! Fellow MS'er here, and also maintainer of an Open Source JavaScript library known as [webpack](https://github.com/webpack/webpack). I'm really interested in leveraging App Insights to implement a _powerful analytics story...
Adds belated meeting notes for the following dates: - September 28st - October 5th
@webpack/collab-team the initial meeting notes I'll leave for public discussion in this issue. For future ones I'll leave discussions in PR's so people can get notifications. https://github.com/webpack/meeting-notes/blob/master/2016-06/june-24.md
I haven't compared the lists at length but I think there a lot of merit in merging @markerikson 's [webpack advanced techniques list](https://github.com/markerikson/react-redux-links/blob/master/webpack-advanced-techniques.md) into this repo. It's a little bit...
I was working with @gdborton to setup this plugin but realized that when the context is not set directly, that the package.json path cannot be resolved. I wanted to suggest...
I would love to bundle this library using a project that I manage called [webpack](https://github.com/webpack/webpack). Would you take PR's or consider updating to a module syntax that uses es2015 modules?
# MVP Features - [ ] **Define plugin defaults (no options passed)** #5 - [ ] Templates - [x] What should we define as the default template output type? (html?)...
We need to set main correctly. ``` > [email protected] build /Users/req88847/Code/@webpack-examples/vanilla/multipage-example > webpack --progress --color --verbose module.js:472 throw err; ^ Error: Cannot find module 'multipage-webpack-plugin' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load...
Should we specify max number of templates.
## Scenario (Defaults) ( #4 ) ### Fixture **webpack.config.js** ``` javascript const MultipageWebpackPlugin = require(multipage-webpack-plugin); const config = { entry: { a: './src/a.js', b: './src/b.js' }, output: { filename: '[name].chunk.js',...