Sean Larkin

Results 83 issues of Sean Larkin

Add testing suite. Help ensure that the boilerplate out of the box works, etc.

@kentcdodds has a neat set of video tuts on doing this for projects. Probably following his path will assist. I think this also requires big boy change logs with semantic-release.

Use ES6 for webpack configuration? Requires the use of babel in the project level.

Currently this `webpack.config.js` is one file. We should break this up into multiple packages so that we can have a more modular and maintainable set of env. specific bundling configurations.

For the offline compiler to work, we want to instead of having `require('./path')` instead have the template resolved through the loader chain, the output of the template will be the...

From the latest few patch releases, it is becoming apparent that we should probably leverage AST parsing over Regex to provide these replacements. Since I am 200% overbooked myself, I...

enhancement
help wanted

Let's bundle the server for faster boot and more pleasurable development experience. webpack is a great place to start for this!

After a brief discussion via twitter with @MylesBorins, he offered we could work together on getting webpack added to the module lists. We also have some important supporting packages but...

additional-modules

Currently if you have a unique scenario where `minimatch` cannot find a complex or questionable path, there is no fallback for filtering assets that are allowed to go into the...

enhancement

# Bug report **What is the current behavior?** The use of RegExp literals create unnecessary object references/allocations especially in iterated hot paths like SourceMapDevToolPlugin. We should hoist these to the...

performance
Send a PR