George Papadakis

Results 21 comments of George Papadakis

Confirming it. Does not seem to work. Try importing [from this package](https://github.com/jakearchibald/idb-keyval/). Also, on a rather related note, when importing `.json` files and then you reload, all sorts of `.replace`-related...

@mzgoddard I will try and find some time and do so, however, a minimal project using [idb keyval](https://github.com/jakearchibald/idb-keyval/) will do it, since the `module` key to its package.json points to...

Well, one theory is that perhaps since I am using both `happypack`, `cache-loader` and `hard-source-webpack-plugin` something gets messed up somewhere along the process. The following error - which I am...

Since *downgrading* to `latest`, this error has indeed gone. I would happily send you my 324 lines webpack.config file to take a look, if you want to. ps: This is...

Yes, it's the last one. I will push it to be first, though. Here's the block: ```js config.plugins.push(new HardSourceWebpackPlugin({ cacheDirectory: '/tmp/.cache/hard-source-plugin/[confighash]', environmentHash: { root: process.cwd(), directories: [], files: ['package-lock.json', 'yarn.lock'],...

Update. Tough luck, even by pushing it to the top I get. ![image](https://user-images.githubusercontent.com/796530/40407048-b90048cc-5e6b-11e8-807d-d127dbe09594.png) Will be reverting to `@latest` for now :)

@Jarred-Sumner Tried this on the latest (0.2.1) and it seems the issue is still there. Any kind of flag needed, perhaps?