niieani / aurelia-template-lint-webpack-loader

An aurelia template linter for webpack
MIT License
5 stars 2 forks source link

Create webpack 4 release #7

Open arnederuwe opened 6 years ago

arnederuwe commented 6 years ago

Hi,

Is it possible the webpack 4 bits aren't on npm yet? Would it be possible to publish a new release for that? Thanks in advance!

gerriet-hinrichs commented 6 years ago

The last npm release was 2017-04-16 22:19:54, that version does not work with webpack 4.x at all (seems that the configuration structure in webpack has changed).

The issues seem to be fixed by PR #3, Issue #2. Please make a new npm release.

smajl commented 5 years ago

Seems like this issues was fixed by https://github.com/niieani/aurelia-template-lint-webpack-loader/pull/3 and 1.1.0 silently released. Unfortunately first I got TypeError: loaderUtils.getOptions is not a function when trying to get this work but that I solved by installing peer dep loader-utils@1.1.0. Now I get FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory. :( Anyone please have a working webpack4 config for this loader?