Jon Harris

Results 14 issues of Jon Harris

Hi @mmiller42, Just thought I'd write a quick message to let you know that `html-webpack-include-assets-plugin` plugin has been renamed to [html-webpack-tags-plugin](https://github.com/jharris4/html-webpack-tags-plugin). Also, a bunch of new features were added, including...

### Modification Proposal ### Expected Behavior / Situation It is quite common to need to have webpack bundle an app such that the index.html is in the **parent directory** which...

After installed boltkit, I ran into a couple of issues trying to run the tests... First of all, when running `npm run start-neo4j` to test that the tests would be...

bug
docs

Adds support for an optional error callback to the bundle-loader. This work was originally done by @richardscarrott: https://github.com/richardscarrott/require-error-handler-webpack-plugin/blob/master/src/BundleLoader.js. This PR uses the version created by @richardscarrott with refactoring to reflect...

pr_action: Review
semver: Major
type: Feature

Webpack 2.4 added support for error callbacks as a 2nd argument to require.ensure: https://github.com/webpack/webpack/pull/4069 This is not supported by the bundle-loader, but there is a forked version of the loader...

flag: Has pull request

Hi there, this plugin has been very useful for us as we start integrating service workers into our apps. Thanks! The one thing that was driving me nuts was that...

I've been using webpack-bundle-size-analyzer for a while now, and it's been working great. I have however recently noticed that some packages are not showing up anywhere in my analyzer results....

bug

Can we get an updated 0.2.x version that adds a peer dependency on react v15? Thanks, love this package. ;-)

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Adding an the `uws` package to a package.json dependencies section causes yarn to...

cat-bug
help wanted
needs-confirmation
triaged

I'm trying out migrating from `mocha` & `expect` to just `jest`. The code mods handled most of the cases, but there are some MAJOR differences in how Jest's `isEqual` matcher...

documentation
help wanted